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: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/bibtex.el
Date: Mon, 22 May 2006 13:19:03 +0000

Index: emacs/lisp/textmodes/bibtex.el
diff -u emacs/lisp/textmodes/bibtex.el:1.117 
emacs/lisp/textmodes/bibtex.el:1.118
--- emacs/lisp/textmodes/bibtex.el:1.117        Sun May 21 17:45:09 2006
+++ emacs/lisp/textmodes/bibtex.el      Mon May 22 13:19:01 2006
@@ -168,7 +168,7 @@
                  (const entry-class)
                  (const t)))
 (put 'bibtex-maintain-sorted-entries 'safe-local-variable
-     (lambda (a) (memq a '(nil t plain crossref entry-class))))
+     '(lambda (a) (memq a '(nil t plain crossref entry-class))))
 
 (defcustom bibtex-sort-entry-class
   '(("String")




reply via email to

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