diff lisp/textmodes/bibtex.el @ 70837:c60679e723c7

(bibtex-maintain-sorted-entries): Quote safe-local-variable predicate.
author Reiner Steib <Reiner.Steib@gmx.de>
date Mon, 22 May 2006 13:19:02 +0000
parents 0c087a8f2e1c
children 2a874a2efaf4
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el	Mon May 22 05:41:48 2006 +0000
+++ b/lisp/textmodes/bibtex.el	Mon May 22 13:19:02 2006 +0000
@@ -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")