From: Andreas Schwab Date: Wed, 24 Jun 1998 09:20:18 +0000 (+0000) Subject: (tags-add-tables): Use `other' widget type. X-Git-Tag: emacs-20.3~485 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=add3e8b3688124e0597e0b8890e8b34f33ed2ef2;p=emacs.git (tags-add-tables): Use `other' widget type. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index cac5b3d25dc..fdc73dd47af 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -58,7 +58,7 @@ to the current list (as opposed to starting a new list)." :group 'etags :type '(choice (const :tag "Do" t) (const :tag "Don't" nil) - (const :tag "Ask" ask-user))) + (other :tag "Ask" ask-user))) (defcustom tags-revert-without-query nil "*Non-nil means reread a TAGS table without querying, if it has changed."