Variable: report-emacs-bug-no-confirmation

report-emacs-bug-no-confirmation is a customizable variable defined in emacsbug.el.gz.

Value

nil

Documentation

If non-nil, suppress the confirmations asked for the sake of novice users.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/emacsbug.el.gz
(defcustom report-emacs-bug-no-confirmation nil
  "If non-nil, suppress the confirmations asked for the sake of novice users."
  :type 'boolean)