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-svn.el


From: André Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-svn.el
Date: Sun, 09 Jan 2005 17:23:41 -0500

Index: emacs/lisp/vc-svn.el
diff -c emacs/lisp/vc-svn.el:1.17 emacs/lisp/vc-svn.el:1.18
*** emacs/lisp/vc-svn.el:1.17   Sun Jan  2 23:14:23 2005
--- emacs/lisp/vc-svn.el        Sun Jan  9 21:30:56 2005
***************
*** 372,378 ****
            (if vc-svn-diff-switches
                (vc-switches 'SVN 'diff)
              (list "-x" (mapconcat 'identity (vc-switches nil 'diff) " "))))
!          (async (and (vc-stay-local-p file)
                       (or oldvers newvers) ; Svn diffs those locally.
                       (fboundp 'start-process))))
        (apply 'vc-svn-command buffer
--- 372,379 ----
            (if vc-svn-diff-switches
                (vc-switches 'SVN 'diff)
              (list "-x" (mapconcat 'identity (vc-switches nil 'diff) " "))))
!          (async (and (not vc-disable-async-diff)
!                        (vc-stay-local-p file)
                       (or oldvers newvers) ; Svn diffs those locally.
                       (fboundp 'start-process))))
        (apply 'vc-svn-command buffer




reply via email to

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