Variable: vc-suppress-confirm

vc-suppress-confirm is a customizable variable defined in vc-dispatcher.el.gz.

Value

nil

Documentation

If non-nil, treat user as expert; suppress yes-no prompts on some things.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
(defcustom vc-suppress-confirm nil
  "If non-nil, treat user as expert; suppress yes-no prompts on some things."
  :type 'boolean
  :group 'vc)