Function: cvs-mode-view-file-other-window

cvs-mode-view-file-other-window is an interactive and byte-compiled function defined in pcvs.el.gz.

Signature

(cvs-mode-view-file-other-window E)

Documentation

View the file in another window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defun cvs-mode-view-file-other-window (e)
  "View the file in another window."
  (interactive (list last-input-event))
  (cvs-mode-find-file e t t))