changeset 22594:d5904b1c89af

(tags-add-tables): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 09:20:18 +0000
parents 2407b3d241a6
children 39510277d6a0
files lisp/progmodes/etags.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Wed Jun 24 09:19:00 1998 +0000
+++ b/lisp/progmodes/etags.el	Wed Jun 24 09:20:18 1998 +0000
@@ -58,7 +58,7 @@
   :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."