# HG changeset patch # User Stefan Monnier # Date 1187713461 0 # Node ID 3ec4d1da6eeb09f0daa5e9c0437626834652daa8 # Parent 2d4fbb82deecf6c142dfb49b2e087e42264de1d9 (vc-annotate-warp-version): Don't use previous-line. diff -r 2d4fbb82deec -r 3ec4d1da6eeb lisp/vc.el --- a/lisp/vc.el Tue Aug 21 04:52:22 2007 +0000 +++ b/lisp/vc.el Tue Aug 21 16:24:21 2007 +0000 @@ -3333,7 +3333,7 @@ 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)