# HG changeset patch # User Andreas Schwab # Date 898680309 0 # Node ID a9b371a8e8351613a396252eec9d73158d096ce5 # Parent dcb17af08ae05581293ac608a9f2b7f16e519d03 (bibtex-include-OPTkey): Use `other' widget type. diff -r dcb17af08ae0 -r a9b371a8e835 lisp/textmodes/bibtex.el --- 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)"))