diff lisp/vc.el @ 82907:92ccd83174e6

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
author Miles Bader <miles@gnu.org>
date Mon, 27 Aug 2007 04:00:19 +0000
parents ea5864b698fd 3ec4d1da6eeb
children 64474f5a185a b83d0dadb2a7
line wrap: on
line diff
--- a/lisp/vc.el	Mon Aug 27 03:36:34 2007 +0000
+++ b/lisp/vc.el	Mon Aug 27 04:00:19 2007 +0000
@@ -3411,7 +3411,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)