changeset 70249:eb2b6bd1c6f0

(bibtex-user-optional-fields): Mark as risky.
author Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
date Wed, 26 Apr 2006 23:32:39 +0000
parents 4fc61ee2deb2
children 5d4423d8a6f5
files lisp/textmodes/bibtex.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el	Wed Apr 26 23:03:56 2006 +0000
+++ b/lisp/textmodes/bibtex.el	Wed Apr 26 23:32:39 2006 +0000
@@ -103,6 +103,7 @@
                                        (choice :tag "Init" :value ""
                                                string
                                                function))))))
+(put 'bibtex-user-optional-fields 'risky-local-variable t)
 
 (defcustom bibtex-entry-format
   '(opts-or-alts required-fields numerical-fields)