From: Michael Albinus Date: Thu, 14 Aug 2008 19:28:44 +0000 (+0000) Subject: * vc-dispatcher.el (vc-do-command): Let asynchronous processes run X-Git-Tag: emacs-pretest-23.0.90~3486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d3d4310d8bc0f94f2af772ac2a26509aeefa9b3;p=emacs.git * vc-dispatcher.el (vc-do-command): Let asynchronous processes run also for remote directories. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5708a462add..f22eebe07fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-08-14 Michael Albinus + + * vc-dispatcher.el (vc-do-command): Let asynchronous processes run + also for remote directories. + 2008-08-14 Stefan Monnier * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el index d4ebb398e98..ce12e4afd1c 100644 --- a/lisp/vc-dispatcher.el +++ b/lisp/vc-dispatcher.el @@ -324,9 +324,6 @@ that is inserted into the command line before the filename." (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