From 35fdd9a77ab80f3160c5b39d137ccf66a0401fba Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Mon, 22 May 2006 13:19:02 +0000 Subject: [PATCH] (bibtex-maintain-sorted-entries): Quote safe-local-variable predicate. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/bibtex.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1a502308fa..92826811167 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-22 Reiner Steib + + * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Quote + safe-local-variable predicate. + 2006-05-22 Thien-Thi Nguyen * emacs-lisp/ewoc.el (ewoc-set-data): New function. diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index c2a9f697790..044c59d0cae 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -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") -- 2.39.5