From dde3269633550debb8b13cdc77136fe638c8e1fc Mon Sep 17 00:00:00 2001 From: Roland Winkler Date: Sat, 2 Jan 2021 13:44:23 -0600 Subject: [PATCH] bibtex-mode: Extend widget bibtex-entry-alist --- lisp/textmodes/bibtex.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index d238b6037e7..a22cd97b309 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -312,7 +312,9 @@ If parsing fails, try to set this variable to nil." (option (choice :tag "Comment" :value nil (const nil) string)) (option (choice :tag "Init" :value nil - (const nil) string function))))))) + (const nil) string function)) + (option (choice :tag "Alternative" :value nil + (const nil) integer))))))) (define-obsolete-variable-alias 'bibtex-entry-field-alist 'bibtex-BibTeX-entry-alist "24.1") -- 2.39.5