Variable: cvs-allow-dir-commit
cvs-allow-dir-commit is a customizable variable defined in
pcvs-info.el.gz.
Value
nil
Documentation
Allow cvs-mode-commit on directories.
If you commit without any marked file and with the cursor positioned on a directory entry, cvs would commit the whole directory. This seems to confuse some users sometimes.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-info.el.gz
(defcustom cvs-allow-dir-commit nil
"Allow `cvs-mode-commit' on directories.
If you commit without any marked file and with the cursor positioned
on a directory entry, cvs would commit the whole directory. This seems
to confuse some users sometimes."
:group 'pcl-cvs
:type '(boolean))