changeset 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 5f9a8e0ee1ee
children 7f097460654d
files lisp/ChangeLog lisp/textmodes/bibtex.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 22 05:41:48 2006 +0000
+++ b/lisp/ChangeLog	Mon May 22 13:19:02 2006 +0000
@@ -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.
--- 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")