emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog vc-annotate.el


From: Johan Bockgård
Subject: [Emacs-diffs] emacs/lisp ChangeLog vc-annotate.el
Date: Wed, 25 Nov 2009 23:47:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Johan Bockgård <bojohan>        09/11/25 23:47:35

Modified files:
        lisp           : ChangeLog vc-annotate.el 

Log message:
        (vc-annotate-revision-previous-to-line): Really use previous revision.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16739&r2=1.16740
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-annotate.el?cvsroot=emacs&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16739
retrieving revision 1.16740
diff -u -b -r1.16739 -r1.16740
--- ChangeLog   25 Nov 2009 22:52:02 -0000      1.16739
+++ ChangeLog   25 Nov 2009 23:47:31 -0000      1.16740
@@ -1,3 +1,8 @@
+2009-11-25  Johan Bockgård  <address@hidden>
+
+       * vc-annotate.el (vc-annotate-revision-previous-to-line):
+       Really use previous revision.
+
 2009-11-25  Kevin Ryde  <address@hidden>
 
        * man.el (Man-completion-table): default-directory "/" in case

Index: vc-annotate.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-annotate.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- vc-annotate.el      20 Nov 2009 05:44:51 -0000      1.11
+++ vc-annotate.el      25 Nov 2009 23:47:35 -0000      1.12
@@ -476,7 +476,7 @@
        (setq prev-rev
              (vc-call-backend vc-annotate-backend 'previous-revision
                                fname rev))
-       (vc-annotate-warp-revision rev fname)))))
+       (vc-annotate-warp-revision prev-rev fname)))))
 
 (defun vc-annotate-show-log-revision-at-line ()
   "Visit the log of the revision at line."




reply via email to

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