# HG changeset patch # User J.D. Smith # Date 1145915865 0 # Node ID 83aa98a1721536d232b6e619a3d1f53e9b5dd9c3 # Parent 7077caf6dc5a313b84231ca6bc780d3d828143b1 (bibtex-find-entry): Don't demand matching case for @Article, etc. diff -r 7077caf6dc5a -r 83aa98a17215 lisp/ChangeLog --- 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 + + * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching + case for @Article, etc. + 2006-04-23 Michael Albinus * net/tramp.el (tramp-register-file-name-handlers): New defun. diff -r 7077caf6dc5a -r 83aa98a17215 lisp/textmodes/bibtex.el --- 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]*\\("