From ed737bf113bfbabe8226e34de898a1b6f788c46e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:25:09 +0000 Subject: [PATCH] (bibtex-include-OPTkey): Use `other' widget type. --- lisp/textmodes/bibtex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)")) -- 2.39.2