emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/log-view.el,v
Date: Mon, 16 Jun 2008 09:28:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/06/16 09:28:44

Index: log-view.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/log-view.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- log-view.el 15 Jun 2008 14:58:19 -0000      1.54
+++ log-view.el 16 Jun 2008 09:28:44 -0000      1.55
@@ -505,6 +505,9 @@
        log-view-vc-fileset)
        to fr)))
 
+(declare-function vc-diff-internal "vc"
+                 (async vc-fileset rev1 rev2 &optional verbose))
+
 (defun log-view-diff-changeset (beg end)
   "Get the diff between two revisions.
 If the mark is not active or the mark is on the revision at point,




reply via email to

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