From 4d3d4310d8bc0f94f2af772ac2a26509aeefa9b3 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 14 Aug 2008 19:28:44 +0000 Subject: [PATCH] * vc-dispatcher.el (vc-do-command): Let asynchronous processes run also for remote directories. --- lisp/ChangeLog | 5 +++++ lisp/vc-dispatcher.el | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.2