]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc-dispatcher.el (vc-do-command): Let asynchronous processes run
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 14 Aug 2008 19:28:44 +0000 (19:28 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 14 Aug 2008 19:28:44 +0000 (19:28 +0000)
also for remote directories.

lisp/ChangeLog
lisp/vc-dispatcher.el

index 5708a462add678ebaad39dc042ea24d3b22e35bc..f22eebe07fe704f0cfecc2a17c64a4bc4ef2dfc3 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
+       also for remote directories.
+
 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
index d4ebb398e9870b92c57df08d0afb362969eb3bd0..ce12e4afd1ca34ee742fe8f114e96bf1cf16c7b6 100644 (file)
@@ -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