Variable: cvs-auto-remove-handled
cvs-auto-remove-handled is a customizable variable defined in
pcvs-defs.el.gz.
Value
nil
Documentation
If up-to-date files should be acknowledged automatically.
If t, they will be removed from the *cvs* buffer after every command.
If delayed, they will be removed from the *cvs* buffer before every command.
If status, they will only be removed after a cvs-mode-status command.
Else, they will never be automatically removed from the *cvs* buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defcustom cvs-auto-remove-handled nil
"If up-to-date files should be acknowledged automatically.
If t, they will be removed from the *cvs* buffer after every command.
If `delayed', they will be removed from the *cvs* buffer before every command.
If `status', they will only be removed after a `cvs-mode-status' command.
Else, they will never be automatically removed from the *cvs* buffer."
:type '(choice (const nil) (const status) (const delayed) (const t)))