]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-do-command): Bind win32-quote-process-args.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Jul 1996 21:22:34 +0000 (21:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Jul 1996 21:22:34 +0000 (21:22 +0000)
lisp/vc.el

index ede3b3a4ad2a084f6c78e8ceadc28c2a2f883fa1..ab1519e82bbcd67faf503951453915ae1ac4142e 100644 (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)