(bibtex-maintain-sorted-entries): Quote safe-local-variable predicate.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 22 May 2006 13:19:02 +0000 (13:19 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 22 May 2006 13:19:02 +0000 (13:19 +0000)
lisp/ChangeLog
lisp/textmodes/bibtex.el

index c1a502308fa2d18deecfec29b5f6de9b71e466a2..928268111677dae0c960702b9b10d1c00145a54d 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Quote
+       safe-local-variable predicate.
+
 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * emacs-lisp/ewoc.el (ewoc-set-data): New function.
index c2a9f697790e756cd02de133aacc15f1fc189ee1..044c59d0cae19295e944241f2b5fe843819778c0 100644 (file)
@@ -168,7 +168,7 @@ See also `bibtex-sort-ignore-string-entries'."
                  (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")