From add3e8b3688124e0597e0b8890e8b34f33ed2ef2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:20:18 +0000 Subject: [PATCH] (tags-add-tables): Use `other' widget type. --- lisp/progmodes/etags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2