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 [EMACS_22_BASE]


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v [EMACS_22_BASE]
Date: Tue, 21 Aug 2007 16:24:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/08/21 16:24:22

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.424.2.5
retrieving revision 1.424.2.6
diff -u -b -r1.424.2.5 -r1.424.2.6
--- vc.el       8 Aug 2007 07:38:43 -0000       1.424.2.5
+++ vc.el       21 Aug 2007 16:24:21 -0000      1.424.2.6
@@ -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)




reply via email to

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