]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-diff-internal): Fix prev change.
authorAndré Spiegel <spiegel@gnu.org>
Wed, 5 Jul 2006 08:05:29 +0000 (08:05 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Wed, 5 Jul 2006 08:05:29 +0000 (08:05 +0000)
lisp/vc.el

index c395a25798ca1f4733295d61f95f5e36061bceaa..8290fd5b943557838a8b1c93402e6a1accaabcfc 100644 (file)
@@ -1846,7 +1846,7 @@ actually call the backend, but performs a local diff."
     (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 @@ actually call the backend, but performs a local diff."
           (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)