]> git.eshelyaron.com Git - emacs.git/commitdiff
(tags-add-tables): Use `other' widget type.
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:20:18 +0000 (09:20 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:20:18 +0000 (09:20 +0000)
lisp/progmodes/etags.el

index cac5b3d25dcfde82a10ff01f2ce91fd61f947007..fdc73dd47af099884d26593cc65db6c334e71df8 100644 (file)
@@ -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."