Mercurial > emacs
changeset 22595:39510277d6a0
(executable-query): Use `other' widget
type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:21:03 +0000 |
parents | d5904b1c89af |
children | b926b360d222 |
files | lisp/progmodes/executable.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)