Mercurial > emacs
changeset 15787:d5dd4b891c3e
(vc-do-command): Bind win32-quote-process-args.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Jul 1996 21:22:34 +0000 |
parents | f2d0e8928d57 |
children | e8e74fb6da7d |
files | lisp/vc.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)