Function: cvs-mode-revert-buffer

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

Signature

(cvs-mode-revert-buffer &optional IGNORE-AUTO NOCONFIRM)

Documentation

Rerun cvs-examine on the current directory with the default flags.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
;;;;
;;;; The code for running a "cvs update" and friends in various ways.
;;;;

(defun-cvs-mode (cvs-mode-revert-buffer . SIMPLE)
                (&optional _ignore-auto _noconfirm)
  "Rerun `cvs-examine' on the current directory with the default flags."
  (interactive)
  (cvs-examine default-directory t))