From 79f47f384254058f73498bc39357d99e2f8057e4 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 21 Aug 2007 16:24:21 +0000 Subject: [PATCH] (vc-annotate-warp-version): Don't use previous-line. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index 9065b2d2bcd..6a0adc248da 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -3333,7 +3333,7 @@ revision." vc-annotate-parent-display-mode buf) (goto-line (min oldline (progn (goto-char (point-max)) - (previous-line) + (forward-line -1) (line-number-at-pos))) buf))))) (defun vc-annotate-compcar (threshold a-list) -- 2.39.2