projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb4db5
)
bibtex-mode: Extend widget bibtex-entry-alist
author
Roland Winkler
<winkler@gnu.org>
Sat, 2 Jan 2021 19:44:23 +0000
(13:44 -0600)
committer
Roland Winkler
<winkler@gnu.org>
Sat, 2 Jan 2021 19:44:23 +0000
(13:44 -0600)
lisp/textmodes/bibtex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/bibtex.el
b/lisp/textmodes/bibtex.el
index d238b6037e742684897e604e641ce24419c70e99..a22cd97b309e4b180ad347e9e514e4186222c451 100644
(file)
--- 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")