Variable: cvs-buffer-name
cvs-buffer-name is a variable defined in pcvs-defs.el.gz.
Value
(expand-file-name "*cvs*" dir)
Documentation
Name of the cvs buffer.
This expression will be evaluated in an environment where DIR is set to the directory name of the cvs buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defvar cvs-buffer-name '(expand-file-name "*cvs*" dir) ;; "*cvs*"
"Name of the cvs buffer.
This expression will be evaluated in an environment where DIR is set to
the directory name of the cvs buffer.")