aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 91722df87ae..33981445c7c 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -71,7 +71,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD);
71 71
72/* Control whether spawnve quotes arguments as necessary to ensure 72/* Control whether spawnve quotes arguments as necessary to ensure
73 correct parsing by child process. Because not all uses of spawnve 73 correct parsing by child process. Because not all uses of spawnve
74 are careful about constructing argv arrays, we make this behaviour 74 are careful about constructing argv arrays, we make this behavior
75 conditional (off by default). */ 75 conditional (off by default). */
76Lisp_Object Vw32_quote_process_args; 76Lisp_Object Vw32_quote_process_args;
77 77
@@ -973,7 +973,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp)
973#if 0 973#if 0
974 /* This version does not escape quotes if they occur at the 974 /* This version does not escape quotes if they occur at the
975 beginning or end of the arg - this could lead to incorrect 975 beginning or end of the arg - this could lead to incorrect
976 behaviour when the arg itself represents a command line 976 behavior when the arg itself represents a command line
977 containing quoted args. I believe this was originally done 977 containing quoted args. I believe this was originally done
978 as a hack to make some things work, before 978 as a hack to make some things work, before
979 `w32-quote-process-args' was added. */ 979 `w32-quote-process-args' was added. */