aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/executable.el
diff options
context:
space:
mode:
authorAndreas Schwab1998-06-24 09:21:03 +0000
committerAndreas Schwab1998-06-24 09:21:03 +0000
commit0c3ba9b27cfe3dd45203843c3083f9e27c507c85 (patch)
treecdd1c1f488320106f5c91c47214ee045471e5050 /lisp/progmodes/executable.el
parentadd3e8b3688124e0597e0b8890e8b34f33ed2ef2 (diff)
downloademacs-0c3ba9b27cfe3dd45203843c3083f9e27c507c85.tar.gz
emacs-0c3ba9b27cfe3dd45203843c3083f9e27c507c85.zip
(executable-query): Use `other' widget
type.
Diffstat (limited to 'lisp/progmodes/executable.el')
-rw-r--r--lisp/progmodes/executable.el4
1 files changed, 2 insertions, 2 deletions
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."
73 "*If non-nil, ask user before changing an existing magic number. 73 "*If non-nil, ask user before changing an existing magic number.
74When this is `function', only ask when called non-interactively." 74When this is `function', only ask when called non-interactively."
75 :type '(choice (const :tag "Don't Ask" nil) 75 :type '(choice (const :tag "Don't Ask" nil)
76 (const :tag "Ask" t) 76 (const :tag "Ask when non-interactive" function)
77 (const :tag "Ask when non-interactive" function)) 77 (other :tag "Ask" t))
78 :group 'executable) 78 :group 'executable)
79 79
80 80