From: Andreas Schwab Date: Wed, 24 Jun 1998 09:25:09 +0000 (+0000) Subject: (bibtex-include-OPTkey): Use `other' widget X-Git-Tag: emacs-20.3~480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed737bf113bfbabe8226e34de898a1b6f788c46e;p=emacs.git (bibtex-include-OPTkey): Use `other' widget type. --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 84ad51e3353..9ef23d7d74b 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -89,9 +89,9 @@ If this is a string, it will be used as the initial field text. 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)"))