Function: vc-annotate-next-revision
vc-annotate-next-revision is an interactive and byte-compiled function
defined in vc-annotate.el.gz.
Signature
(vc-annotate-next-revision PREFIX)
Documentation
Visit the annotation of the revision after this one.
With a numeric prefix argument, annotate the revision that many revisions after.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-annotate.el.gz
(defun vc-annotate-next-revision (prefix)
"Visit the annotation of the revision after this one.
With a numeric prefix argument, annotate the revision that many
revisions after."
(interactive "p")
(vc-annotate-warp-revision prefix))