aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-06-24 09:25:09 +0000
committerAndreas Schwab1998-06-24 09:25:09 +0000
commited737bf113bfbabe8226e34de898a1b6f788c46e (patch)
treef76b0d11d2991cb44954fb2ed09b6c366963a2e5
parenta62e9680f7710b5656221bb9ad2237ad702d06a3 (diff)
downloademacs-ed737bf113bfbabe8226e34de898a1b6f788c46e.tar.gz
emacs-ed737bf113bfbabe8226e34de898a1b6f788c46e.zip
(bibtex-include-OPTkey): Use `other' widget
type.
-rw-r--r--lisp/textmodes/bibtex.el4
1 files 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.
89If this is a function, it will be called to generate the initial field text." 89If this is a function, it will be called to generate the initial field text."
90 :group 'bibtex 90 :group 'bibtex
91 :type '(choice (const :tag "None" nil) 91 :type '(choice (const :tag "None" nil)
92 (const :tag "Default" t)
93 (string :tag "Initial text") 92 (string :tag "Initial text")
94 (function :tag "Initialize Function" :value fun))) 93 (function :tag "Initialize Function" :value fun)
94 (other :tag "Default" t)))
95 95
96(defcustom bibtex-user-optional-fields 96(defcustom bibtex-user-optional-fields
97 '(("annote" "Personal annotation (ignored)")) 97 '(("annote" "Personal annotation (ignored)"))