]> git.eshelyaron.com Git - emacs.git/commitdiff
(executable-query): Use `other' widget
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:21:03 +0000 (09:21 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:21:03 +0000 (09:21 +0000)
type.

lisp/progmodes/executable.el

index 49028f7e7b744ca069f375bdca1f74e7c5cc0694..9bd339f694ae9450f830422244def0d5f8c7b7e9 100644 (file)
@@ -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)