Function: cvs-mode-display-file
cvs-mode-display-file is an interactive and byte-compiled function
defined in pcvs.el.gz.
Signature
(cvs-mode-display-file E)
Documentation
Show a buffer containing the file in another window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defun cvs-mode-display-file (e)
"Show a buffer containing the file in another window."
(interactive (list last-input-event))
(cvs-mode-find-file e 'dont-select))