1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

* vc-dispatcher.el (vc-do-command): Let asynchronous processes run

also for remote directories.
This commit is contained in:
Michael Albinus 2008-08-14 19:28:44 +00:00
parent 66c410cec5
commit 4d3d4310d8
2 changed files with 5 additions and 3 deletions

View 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

View 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