Variable: auto-insert-query
auto-insert-query is a customizable variable defined in
autoinsert.el.gz.
Value
function
Documentation
Non-nil means ask user before auto-inserting.
When this is function, only ask when called non-interactively.
Source Code
;; Defined in /usr/src/emacs/lisp/autoinsert.el.gz
(defcustom auto-insert-query 'function
"Non-nil means ask user before auto-inserting.
When this is `function', only ask when called non-interactively."
:type '(choice (const :tag "Don't ask" nil)
(const :tag "Ask if called non-interactively" function)
(other :tag "Ask" t)))