Variable: cvs-minor-mode-prefix
cvs-minor-mode-prefix is a customizable variable defined in
pcvs-defs.el.gz.
Value
"c"
Documentation
Prefix key for the cvs-mode bindings in cvs-minor-mode(var)/cvs-minor-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
;;;;
;;;; CVS-Minor mode
;;;;
(defcustom cvs-minor-mode-prefix "\C-xc"
"Prefix key for the `cvs-mode' bindings in `cvs-minor-mode'."
:type 'string)