From bcbe4d5724c5e859235fb472d6e1542a80836863 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 26 Jul 1996 21:22:34 +0000 Subject: [PATCH] (vc-do-command): Bind win32-quote-process-args. --- lisp/vc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5