From: Richard M. Stallman Date: Fri, 26 Jul 1996 21:22:34 +0000 (+0000) Subject: (vc-do-command): Bind win32-quote-process-args. X-Git-Tag: emacs-19.34~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcbe4d5724c5e859235fb472d6e1542a80836863;p=emacs.git (vc-do-command): Bind win32-quote-process-args. --- diff --git a/lisp/vc.el b/lisp/vc.el index ede3b3a4ad2..ab1519e82bb 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -420,7 +420,8 @@ to an optional list of FLAGS." (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)