Variable: cvs-minor-wrap-function
cvs-minor-wrap-function is a variable defined in pcvs-defs.el.gz.
Value
nil
Documentation
Function to call when switching to the *cvs* buffer.
Takes two arguments:
- a *cvs* buffer.
- a zero-arg function which is guaranteed not to switch buffer.
It is expected to call the function.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
;;(make-variable-buffer-local 'cvs-buffer)
(defvar cvs-minor-wrap-function nil
"Function to call when switching to the *cvs* buffer.
Takes two arguments:
- a *cvs* buffer.
- a zero-arg function which is guaranteed not to switch buffer.
It is expected to call the function.")