diff options
| author | Roland Winkler | 2021-01-02 13:44:23 -0600 |
|---|---|---|
| committer | Roland Winkler | 2021-01-02 13:44:23 -0600 |
| commit | dde3269633550debb8b13cdc77136fe638c8e1fc (patch) | |
| tree | da6ac05903bf31ee9add931542bc3aa0887ef74b | |
| parent | bfb4db5e4464e834224fd668a6e9c949e03393d6 (diff) | |
| download | emacs-dde3269633550debb8b13cdc77136fe638c8e1fc.tar.gz emacs-dde3269633550debb8b13cdc77136fe638c8e1fc.zip | |
bibtex-mode: Extend widget bibtex-entry-alist
| -rw-r--r-- | lisp/textmodes/bibtex.el | 4 |
1 files changed, 3 insertions, 1 deletions
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." | |||
| 312 | (option (choice :tag "Comment" :value nil | 312 | (option (choice :tag "Comment" :value nil |
| 313 | (const nil) string)) | 313 | (const nil) string)) |
| 314 | (option (choice :tag "Init" :value nil | 314 | (option (choice :tag "Init" :value nil |
| 315 | (const nil) string function))))))) | 315 | (const nil) string function)) |
| 316 | (option (choice :tag "Alternative" :value nil | ||
| 317 | (const nil) integer))))))) | ||
| 316 | 318 | ||
| 317 | (define-obsolete-variable-alias 'bibtex-entry-field-alist | 319 | (define-obsolete-variable-alias 'bibtex-entry-field-alist |
| 318 | 'bibtex-BibTeX-entry-alist "24.1") | 320 | 'bibtex-BibTeX-entry-alist "24.1") |