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-dispatcher.el,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v
Date: Thu, 14 Aug 2008 19:28:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       08/08/14 19:28:06

Index: vc-dispatcher.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-dispatcher.el,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- vc-dispatcher.el    5 Jul 2008 18:09:31 -0000       1.65
+++ vc-dispatcher.el    14 Aug 2008 19:28:06 -0000      1.66
@@ -324,9 +324,6 @@
                             (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




reply via email to

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