Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bcbe4d57
Commit
bcbe4d57
authored
Jul 26, 1996
by
Richard M. Stallman
Browse files
(vc-do-command): Bind win32-quote-process-args.
parent
2e716096
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/vc.el
lisp/vc.el
+2
-1
No files found.
lisp/vc.el
View file @
bcbe4d57
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment