Function: vc-dir-view-file
vc-dir-view-file is an interactive and byte-compiled function defined
in vc-dir.el.gz.
Signature
(vc-dir-view-file)
Documentation
Examine a file on the current line in view mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-dir.el.gz
(defun vc-dir-view-file ()
"Examine a file on the current line in view mode."
(interactive)
(view-file (vc-dir-current-file)))