# HG changeset patch # User Michael Albinus # Date 1218742086 0 # Node ID 4a96c7aa164d0b9ae6cce00c76204a9080824ad1 # Parent 9a4bddae759e3a172118f893e64c33c687a65828 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run also for remote directories. diff -r 9a4bddae759e -r 4a96c7aa164d lisp/vc-dispatcher.el --- a/lisp/vc-dispatcher.el Thu Aug 14 19:24:54 2008 +0000 +++ b/lisp/vc-dispatcher.el Thu Aug 14 19:28:06 2008 +0000 @@ -324,9 +324,6 @@ (mapconcat 'identity vc-path path-separator)) process-environment)) (w32-quote-process-args t)) - (when (and (eq okstatus 'async) (file-remote-p default-directory)) - ;; start-process does not support remote execution - (setq okstatus nil)) (if (eq okstatus 'async) ;; Run asynchronously. (let ((proc