Variable: cvs-default-ignore-marks
cvs-default-ignore-marks is a customizable variable defined in
pcvs-defs.el.gz.
Value
nil
Documentation
Non-nil if cvs mode commands should ignore any marked files.
Normally they run on the files that are marked (with cvs-mode-mark),
or the file under the cursor if no files are marked. If this variable
is set to a non-nil value they will by default run on the file on the
current line. See also cvs-invert-ignore-marks.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defcustom cvs-default-ignore-marks nil
"Non-nil if cvs mode commands should ignore any marked files.
Normally they run on the files that are marked (with `cvs-mode-mark'),
or the file under the cursor if no files are marked. If this variable
is set to a non-nil value they will by default run on the file on the
current line. See also `cvs-invert-ignore-marks'."
:type '(boolean))