Variable: executable-query

executable-query is a customizable variable defined in executable.el.gz.

Value

function

Documentation

If non-nil, ask user before changing an existing magic number.

When this is function, only ask when called non-interactively.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/executable.el.gz
(defcustom executable-query 'function
  "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 when non-interactive" function)
                 (other :tag "Ask" t)))