emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 27 Aug 2007 04:00:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/27 04:00:20

Index: lisp/vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -b -r1.452 -r1.453
--- lisp/vc.el  26 Aug 2007 00:32:23 -0000      1.452
+++ lisp/vc.el  27 Aug 2007 04:00:13 -0000      1.453
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]