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:
parent
2e716096a0
commit
bcbe4d5724
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user