Variable: cvs-confirm-removals

cvs-confirm-removals is a customizable variable defined in pcvs-defs.el.gz.

Value

t

Documentation

Ask for confirmation before removing files.

Non-nil means that PCL-CVS will ask confirmation before removing files except for files whose content can readily be recovered from the repository. A value of list means that the list of files to be deleted will be displayed when asking for confirmation.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defcustom cvs-confirm-removals t
  "Ask for confirmation before removing files.
Non-nil means that PCL-CVS will ask confirmation before removing files
except for files whose content can readily be recovered from the repository.
A value of `list' means that the list of files to be deleted will be
displayed when asking for confirmation."
  :type '(choice (const list)
		 (const t)
		 (const nil)))