Function: vc-dir-find-file

vc-dir-find-file is an interactive and byte-compiled function defined in vc-dir.el.gz.

Signature

(vc-dir-find-file)

Documentation

Find the file on the current line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-dir.el.gz
(defun vc-dir-find-file ()
  "Find the file on the current line."
  (interactive)
  (find-file (vc-dir-current-file)))