# HG changeset patch # User Richard M. Stallman # Date 838416154 0 # Node ID d5dd4b891c3ef78e140415ca85f144dafab83812 # Parent f2d0e8928d571b2a619ef3bbc448455af9be2c26 (vc-do-command): Bind win32-quote-process-args. diff -r f2d0e8928d57 -r d5dd4b891c3e lisp/vc.el --- a/lisp/vc.el Fri Jul 26 16:08:04 1996 +0000 +++ b/lisp/vc.el Fri Jul 26 21:22:34 1996 +0000 @@ -420,7 +420,8 @@ (cons (concat "PATH=" (getenv "PATH") path-separator (mapconcat 'identity vc-path path-separator)) - process-environment))) + process-environment)) + (win32-quote-process-args t)) (setq status (apply 'call-process command nil t nil squeezed))) (goto-char (point-max)) (set-buffer-modified-p nil)