Variable: cvs-branch-prefix

cvs-branch-prefix is a variable defined in pcvs.el.gz.

Value

nil

Documentation

Current selected branch.

See cvs-prefix-set for further description of the behavior.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(cvs-prefix-define cvs-branch-prefix
  "Current selected branch."
  "version"
  (cons cvs-vendor-branch cvs-branches)
  cvs-qtypedesc-tag)