(vc-annotate-revision-previous-to-line): Really use previous revision.
This commit is contained in:
parent
573f4575dc
commit
a5d358f83c
2 changed files with 6 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue