Variable: cvs-bakprefix

cvs-bakprefix is a variable defined in pcvs-info.el.gz.

Value

".#"

Documentation

The prefix that CVS prepends to files when rcsmerge'ing.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs-info.el.gz
;; There is normally no need to alter the following variable, but if
;; your site has installed CVS in a non-standard way you might have
;; to change it.

(defvar cvs-bakprefix ".#"
  "The prefix that CVS prepends to files when rcsmerge'ing.")