diff options
| author | Andreas Schwab | 1998-06-24 09:20:18 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-06-24 09:20:18 +0000 |
| commit | add3e8b3688124e0597e0b8890e8b34f33ed2ef2 (patch) | |
| tree | d5751085736e43dda3a7d08d41ff02ab4de9cd07 | |
| parent | 21cabb0f7f96df37b2a7c57bc472142292556e59 (diff) | |
| download | emacs-add3e8b3688124e0597e0b8890e8b34f33ed2ef2.tar.gz emacs-add3e8b3688124e0597e0b8890e8b34f33ed2ef2.zip | |
(tags-add-tables): Use `other' widget type.
| -rw-r--r-- | lisp/progmodes/etags.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)." | |||
| 58 | :group 'etags | 58 | :group 'etags |
| 59 | :type '(choice (const :tag "Do" t) | 59 | :type '(choice (const :tag "Do" t) |
| 60 | (const :tag "Don't" nil) | 60 | (const :tag "Don't" nil) |
| 61 | (const :tag "Ask" ask-user))) | 61 | (other :tag "Ask" ask-user))) |
| 62 | 62 | ||
| 63 | (defcustom tags-revert-without-query nil | 63 | (defcustom tags-revert-without-query nil |
| 64 | "*Non-nil means reread a TAGS table without querying, if it has changed." | 64 | "*Non-nil means reread a TAGS table without querying, if it has changed." |