Mercurial > emacs
changeset 22599:a9b371a8e835
(bibtex-include-OPTkey): Use `other' widget
type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:25:09 +0000 |
parents | dcb17af08ae0 |
children | 2f3b4c74e9a1 |
files | lisp/textmodes/bibtex.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/bibtex.el Wed Jun 24 09:23:52 1998 +0000 +++ b/lisp/textmodes/bibtex.el Wed Jun 24 09:25:09 1998 +0000 @@ -89,9 +89,9 @@ If this is a function, it will be called to generate the initial field text." :group 'bibtex :type '(choice (const :tag "None" nil) - (const :tag "Default" t) (string :tag "Initial text") - (function :tag "Initialize Function" :value fun))) + (function :tag "Initialize Function" :value fun) + (other :tag "Default" t))) (defcustom bibtex-user-optional-fields '(("annote" "Personal annotation (ignored)"))