changeset 70210:83aa98a17215

(bibtex-find-entry): Don't demand matching case for @Article, etc.
author J.D. Smith <jdsmith@as.arizona.edu>
date Mon, 24 Apr 2006 21:57:45 +0000
parents 7077caf6dc5a
children 4f34f2ecee37
files lisp/ChangeLog lisp/textmodes/bibtex.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Apr 24 13:10:19 2006 +0000
+++ b/lisp/ChangeLog	Mon Apr 24 21:57:45 2006 +0000
@@ -1,3 +1,8 @@
+2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
+
+	* textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
+	case for @Article, etc.
+
 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-register-file-name-handlers): New defun.
--- a/lisp/textmodes/bibtex.el	Mon Apr 24 13:10:19 2006 +0000
+++ b/lisp/textmodes/bibtex.el	Mon Apr 24 21:57:45 2006 +0000
@@ -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]*\\("