/[emacs]/emacs/lisp/vc.el
ViewVC logotype

Diff of /emacs/lisp/vc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.389 by kfstorm, Wed Feb 9 15:50:40 2005 UTC revision 1.390 by schwab, Sun Feb 27 18:38:08 2005 UTC
# Line 958  that is inserted into the command line b Line 958  that is inserted into the command line b
958                             (mapconcat 'identity vc-path path-separator))                             (mapconcat 'identity vc-path path-separator))
959                     process-environment))                     process-environment))
960              (w32-quote-process-args t))              (w32-quote-process-args t))
961            (if (and (eq okstatus 'async) (file-remote-p default-directory))
962                ;; start-process does not support remote execution
963                (setq okstatus nil))
964          (if (eq okstatus 'async)          (if (eq okstatus 'async)
965              (let ((proc (apply 'start-process command (current-buffer) command              (let ((proc (apply 'start-process command (current-buffer) command
966                                 squeezed)))                                 squeezed)))

Legend:
Removed from v.1.389  
changed lines
  Added in v.1.390

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26