diff options
| author | Andreas Schwab | 1998-06-24 09:21:03 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-06-24 09:21:03 +0000 |
| commit | 0c3ba9b27cfe3dd45203843c3083f9e27c507c85 (patch) | |
| tree | cdd1c1f488320106f5c91c47214ee045471e5050 /lisp/progmodes/executable.el | |
| parent | add3e8b3688124e0597e0b8890e8b34f33ed2ef2 (diff) | |
| download | emacs-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.el | 4 |
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. |
| 74 | When this is `function', only ask when called non-interactively." | 74 | When 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 | ||