From: Andreas Schwab Date: Wed, 24 Jun 1998 09:21:03 +0000 (+0000) Subject: (executable-query): Use `other' widget X-Git-Tag: emacs-20.3~484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c3ba9b27cfe3dd45203843c3083f9e27c507c85;p=emacs.git (executable-query): Use `other' widget type. --- diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 49028f7e7b7..9bd339f694a 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -73,8 +73,8 @@ update the magic number." "*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)