]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-user-optional-fields): Mark as risky.
authorRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Wed, 26 Apr 2006 23:32:39 +0000 (23:32 +0000)
committerRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Wed, 26 Apr 2006 23:32:39 +0000 (23:32 +0000)
lisp/textmodes/bibtex.el

index 1b5dedec7f86184d1e9895aa0ba811377f84a9c8..e427346ebeb41a36ab01b2dcb6b75d6f6de91eaa 100644 (file)
@@ -103,6 +103,7 @@ CROSSREF-OPTIONAL lists in `bibtex-entry-field-alist' (which see)."
                                        (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)