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

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

Signature

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

Documentation

Select 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-find-file-other-window (e)
  "Select a buffer containing the file in another window."
  (interactive (list last-input-event))
  (cvs-mode-find-file e t))