aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorGlenn Morris2011-02-27 17:07:29 -0800
committerGlenn Morris2011-02-27 17:07:29 -0800
commit2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb (patch)
treeb924eb1c22ab3bce643676162ef039f250782661 /src/w32proc.c
parentdf7f0d0b10ce31a6f1a8b7e979e120c695699d5a (diff)
parentd1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff)
downloademacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.tar.gz
emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.zip
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 1c009c7f943..bb8b428ffe4 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -831,7 +831,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp)
831 831
832 Note that using backslash to escape embedded quotes requires 832 Note that using backslash to escape embedded quotes requires
833 additional special handling if an embedded quote is already 833 additional special handling if an embedded quote is already
834 preceeded by backslash, or if an arg requiring quoting ends with 834 preceded by backslash, or if an arg requiring quoting ends with
835 backslash. In such cases, the run of escape characters needs to be 835 backslash. In such cases, the run of escape characters needs to be
836 doubled. For consistency, we apply this special handling as long 836 doubled. For consistency, we apply this special handling as long
837 as the escape character is not quote. 837 as the escape character is not quote.