Mercurial > emacs
diff lisp/progmodes/executable.el @ 22595:39510277d6a0
(executable-query): Use `other' widget
type.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Wed, 24 Jun 1998 09:21:03 +0000 |
| parents | d9e33b33a02f |
| children | 8d2bb5d1416a |
line wrap: on
line diff
--- a/lisp/progmodes/executable.el Wed Jun 24 09:20:18 1998 +0000 +++ b/lisp/progmodes/executable.el Wed Jun 24 09:21:03 1998 +0000 @@ -73,8 +73,8 @@ "*If non-nil, ask user before changing an existing magic number. When this is `function', only ask when called non-interactively." :type '(choice (const :tag "Don't Ask" nil) - (const :tag "Ask" t) - (const :tag "Ask when non-interactive" function)) + (const :tag "Ask when non-interactive" function) + (other :tag "Ask" t)) :group 'executable)
