(vc-annotate-revision-previous-to-line): Really use previous revision.

This commit is contained in:
Johan Bockgård 2009-11-25 23:47:31 +00:00
parent 573f4575dc
commit a5d358f83c
2 changed files with 6 additions and 1 deletions

View file

@ -476,7 +476,7 @@ Return a cons (REV . FILENAME)."
(setq prev-rev
(vc-call-backend vc-annotate-backend 'previous-revision
fname rev))
(vc-annotate-warp-revision rev fname)))))
(vc-annotate-warp-revision prev-rev fname)))))
(defun vc-annotate-show-log-revision-at-line ()
"Visit the log of the revision at line."