aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index efab9d8e3bd..6294b8026ce 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -457,7 +457,7 @@ INIT is either the initial content of the field or a function,
457which is called to determine the initial content of the field. 457which is called to determine the initial content of the field.
458ALTERNATIVE if non-nil is an integer that numbers sets of 458ALTERNATIVE if non-nil is an integer that numbers sets of
459alternatives, starting from zero." 459alternatives, starting from zero."
460 :group 'BibTeX 460 :group 'bibtex
461 :version "26.1" ; add Conference 461 :version "26.1" ; add Conference
462 :type 'bibtex-entry-alist) 462 :type 'bibtex-entry-alist)
463(put 'bibtex-BibTeX-entry-alist 'risky-local-variable t) 463(put 'bibtex-BibTeX-entry-alist 'risky-local-variable t)