diff options
author | Johan Bockgård <bojohan@gnu.org> | 2009-11-25 23:47:31 +0000 |
---|---|---|
committer | Johan Bockgård <bojohan@gnu.org> | 2009-11-25 23:47:31 +0000 |
commit | a5d358f83cf8fb1f106095c304421ae335e9f4b9 (patch) | |
tree | c450f334c8c2fb7548a26f3ef4f2440b49f52260 /lisp/vc-annotate.el | |
parent | 573f4575dc88c9bbf0f9103fec0d8558f45190d2 (diff) | |
download | emacs-a5d358f83cf8fb1f106095c304421ae335e9f4b9.tar.gz |
(vc-annotate-revision-previous-to-line): Really use previous revision.
Diffstat (limited to 'lisp/vc-annotate.el')
-rw-r--r-- | lisp/vc-annotate.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-annotate.el b/lisp/vc-annotate.el index a05816372bf..122aec982ca 100644 --- a/lisp/vc-annotate.el +++ b/lisp/vc-annotate.el @@ -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." |