Variable: cvs-shared-start
cvs-shared-start is a variable defined in pcvs-defs.el.gz.
Value
4
Documentation
Index of the first shared flag.
If set to 4, for instance, a numeric argument smaller than 4 will select a non-shared flag, while a numeric argument greater than 3 will select a shared-flag.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defvar cvs-shared-start 4
"Index of the first shared flag.
If set to 4, for instance, a numeric argument smaller than 4 will
select a non-shared flag, while a numeric argument greater than 3
will select a shared-flag.")