From 0c3ba9b27cfe3dd45203843c3083f9e27c507c85 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:21:03 +0000 Subject: [PATCH] (executable-query): Use `other' widget type. --- lisp/progmodes/executable.el | 4 ++-- 1 file 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." "*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) -- 2.39.2