mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* vc-dispatcher.el (vc-do-command): Let asynchronous processes run
also for remote directories.
This commit is contained in:
parent
66c410cec5
commit
4d3d4310d8
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue