Function: vc-annotate-show-diff-revision-at-line

vc-annotate-show-diff-revision-at-line is an interactive and byte-compiled function defined in vc-annotate.el.gz.

Signature

(vc-annotate-show-diff-revision-at-line)

Documentation

Visit the diff of the revision at line from its previous revision.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-annotate.el.gz
(defun vc-annotate-show-diff-revision-at-line ()
  "Visit the diff of the revision at line from its previous revision."
  (interactive)
  (vc-annotate-show-diff-revision-at-line-internal t))