Variable: cvs-minor-mode

cvs-minor-mode is a buffer-local variable defined in pcvs.el.gz.

Documentation

Non-nil if CVS minor mode is enabled.

Use the command cvs-minor-mode(var)/cvs-minor-mode(fun) to change this variable.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
;;;;

(define-minor-mode cvs-minor-mode
  "This mode is used for buffers related to a main *cvs* buffer.
All the `cvs-mode' buffer operations are simply rebound under
the \\[cvs-mode-map] prefix."
  :lighter " CVS"
  :group 'pcl-cvs)