Mercurial > emacs
changeset 97471:4a96c7aa164d
* vc-dispatcher.el (vc-do-command): Let asynchronous processes run
also for remote directories.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Thu, 14 Aug 2008 19:28:06 +0000 |
parents | 9a4bddae759e |
children | fec80238442c |
files | lisp/vc-dispatcher.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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