Mercurial > emacs
changeset 78599:3ec4d1da6eeb
(vc-annotate-warp-version): Don't use previous-line.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 21 Aug 2007 16:24:21 +0000 |
parents | 2d4fbb82deec |
children | 4f60c94dc647 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)