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: André Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Wed, 05 Jul 2006 08:05:29 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     André Spiegel <spiegel>        06/07/05 08:05:29

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -b -r1.420 -r1.421
--- vc.el       23 Jun 2006 17:29:19 -0000      1.420
+++ vc.el       5 Jul 2006 08:05:29 -0000       1.421
@@ -1846,7 +1846,7 @@
     (if (and file-rev1 file-rev2)
         (let ((status
                (if (eq vc-diff-knows-L 'no)
-                   (apply 'vc-do-command "*vc-diff*" 1 "diff"
+                   (apply 'vc-do-command "*vc-diff*" 1 "diff" nil
                           (append (vc-switches nil 'diff)
                                   (list (file-relative-name file-rev1)
                                         (file-relative-name file-rev2))))
@@ -1864,7 +1864,7 @@
           (if (eq status 2)
               (if (not vc-diff-knows-L)
                   (setq vc-diff-knows-L 'no
-                        status (apply 'vc-do-command "*vc-diff*" 1 "diff"
+                        status (apply 'vc-do-command "*vc-diff*" 1 "diff" nil
                                       (append 
                                        (vc-switches nil 'diff)
                                        (list (file-relative-name file-rev1)




reply via email to

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