Variable: cvs-temp-buffer-name
cvs-temp-buffer-name is a variable defined in pcvs-defs.el.gz.
Value
" *cvs-tmp*"
Documentation
Name of the cvs temporary buffer.
Output from cvs is placed here for asynchronous commands.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defvar cvs-temp-buffer-name
;; Was '(expand-file-name " *cvs-tmp*" dir), but that causes them to
;; become non-hidden if uniquification is done `forward'.
" *cvs-tmp*"
"Name of the cvs temporary buffer.
Output from cvs is placed here for asynchronous commands.")