changeset 59444:5173e8c74cae

(vc-arch-diff): Don't diff asynchronously if vc-disable-async-diff is t.
author André Spiegel <spiegel@gnu.org>
date Sun, 09 Jan 2005 21:29:27 +0000
parents fd6e4e55ca84
children 73a45ff77795
files lisp/vc-arch.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-arch.el	Sun Jan 09 21:28:53 2005 +0000
+++ b/lisp/vc-arch.el	Sun Jan 09 21:29:27 2005 +0000
@@ -377,7 +377,7 @@
       (setq newvers nil))
   (if newvers
       (error "Diffing specific revisions not implemented.")
-    (let* ((async (fboundp 'start-process))
+    (let* ((async (and (not vc-disable-async-diff) (fboundp 'start-process)))
 	   ;; Run the command from the root dir.
 	   (default-directory (vc-arch-root file))
 	   (status