emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Sun, 27 Feb 2005 13:38:10 -0500

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.389 emacs/lisp/vc.el:1.390
*** emacs/lisp/vc.el:1.389      Wed Feb  9 15:50:40 2005
--- emacs/lisp/vc.el    Sun Feb 27 18:38:08 2005
***************
*** 958,963 ****
--- 958,966 ----
                           (mapconcat 'identity vc-path path-separator))
                   process-environment))
            (w32-quote-process-args t))
+       (if (and (eq okstatus 'async) (file-remote-p default-directory))
+           ;; start-process does not support remote execution
+           (setq okstatus nil))
        (if (eq okstatus 'async)
            (let ((proc (apply 'start-process command (current-buffer) command
                               squeezed)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]