bibtex-mode: Extend widget bibtex-entry-alist
This commit is contained in:
parent
bfb4db5e44
commit
dde3269633
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue