emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el


From: John-David T. Smith
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el
Date: Mon, 24 Apr 2006 21:57:32 +0000

Index: emacs/lisp/textmodes/bibtex.el
diff -u emacs/lisp/textmodes/bibtex.el:1.113 
emacs/lisp/textmodes/bibtex.el:1.114
--- emacs/lisp/textmodes/bibtex.el:1.113        Sun Apr  9 18:29:19 2006
+++ emacs/lisp/textmodes/bibtex.el      Mon Apr 24 21:57:32 2006
@@ -3303,7 +3303,7 @@
               (display (message "Key `%s' not found" key)))
         found)
 
-    (let* (case-fold-search
+    (let* ((case-fold-search t)
            (pnt (save-excursion
                   (goto-char (or start (point-min)))
                   (if (re-search-forward (concat "^[ \t]*\\("




reply via email to

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