]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-include-OPTkey): Use `other' widget
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:25:09 +0000 (09:25 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:25:09 +0000 (09:25 +0000)
type.

lisp/textmodes/bibtex.el

index 84ad51e3353f5ea7d735d4ba432ad34e15d8d3c5..9ef23d7d74b26c16db53c9b4445d9bc0dc5213cb 100644 (file)
@@ -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)"))