emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Roland Winkler
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 30 Dec 2005 16:57:56 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.8891 emacs/lisp/ChangeLog:1.8892
--- emacs/lisp/ChangeLog:1.8891 Fri Dec 30 14:04:12 2005
+++ emacs/lisp/ChangeLog        Fri Dec 30 16:57:55 2005
@@ -1,3 +1,14 @@
+2005-12-30  Roland Winkler  <address@hidden>
+
+       * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
+       buffer-local because choose-completion-delete-max-match requires
+       that we set completion-ignore-case (i.e., binding via let is not
+       sufficient).
+       (bibtex-complete): Always set completion-ignore-case and
+       choose-completion-string-functions. The latter is needed because
+       choose-completion-string-functions keeps its value if we quit the
+       *Completions* buffer without requesting a completion.
+
 2005-12-30  Andreas Schwab  <address@hidden>
 
        * progmodes/cc-defs.el: Ignore errors from




reply via email to

[Prev in Thread] Current Thread [Next in Thread]