1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(vc-do-command): Bind win32-quote-process-args.

This commit is contained in:
Richard M. Stallman 1996-07-26 21:22:34 +00:00
parent 2e716096a0
commit bcbe4d5724

View File

@ -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)