aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-annotate.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc-annotate.el')
-rw-r--r--lisp/vc-annotate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-annotate.el b/lisp/vc-annotate.el
index c372cb9922e..ffc11953903 100644
--- a/lisp/vc-annotate.el
+++ b/lisp/vc-annotate.el
@@ -526,7 +526,7 @@ the file in question, search for the log entry required and move point ."
526 (message "Cannot extract revision number from the current line") 526 (message "Cannot extract revision number from the current line")
527 (setq prev-rev 527 (setq prev-rev
528 (vc-call-backend vc-annotate-backend 'previous-revision 528 (vc-call-backend vc-annotate-backend 'previous-revision
529 fname rev)) 529 (if filediff fname nil) rev))
530 (if (not prev-rev) 530 (if (not prev-rev)
531 (message "Cannot diff from any revision prior to %s" rev) 531 (message "Cannot diff from any revision prior to %s" rev)
532 (save-window-excursion 532 (save-window-excursion