Function: cvs-mode-quit

cvs-mode-quit is an interactive and byte-compiled function defined in pcvs.el.gz.

Signature

(cvs-mode-quit)

Documentation

Quit PCL-CVS, killing the *cvs* buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defun cvs-mode-quit ()
  "Quit PCL-CVS, killing the *cvs* buffer."
  (interactive)
  (and (y-or-n-p "Quit pcl-cvs? ") (kill-buffer (current-buffer))))