# HG changeset patch # User Andreas Schwab # Date 898680063 0 # Node ID 39510277d6a006024927a6eea3491b5dabd8c0dc # Parent d5904b1c89af8f3caca344871182d6937a29f5af (executable-query): Use `other' widget type. diff -r d5904b1c89af -r 39510277d6a0 lisp/progmodes/executable.el --- a/lisp/progmodes/executable.el Wed Jun 24 09:20:18 1998 +0000 +++ b/lisp/progmodes/executable.el Wed Jun 24 09:21:03 1998 +0000 @@ -73,8 +73,8 @@ "*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)