Variable: vc-cvs-use-edit
vc-cvs-use-edit is a customizable variable defined in vc-cvs.el.gz.
Value
t
Documentation
Non-nil means to use cvs edit to "check out" a file.
This is only meaningful if you don't use the implicit checkout model
(i.e. if you have $CVSREAD set).
This variable was added, or its default value changed, in Emacs 21.1.
Probably introduced at or before Emacs version 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-cvs.el.gz
(defcustom vc-cvs-use-edit t
"Non-nil means to use `cvs edit' to \"check out\" a file.
This is only meaningful if you don't use the implicit checkout model
\(i.e. if you have $CVSREAD set)."
:type 'boolean
:version "21.1")