Don't modify the process's command name passed to start-process on MS-Windows.
commitf94ec2f3c82123e284c412ca8841c57491924f85
authorEli Zaretskii <eliz@gnu.org>
Wed, 1 Oct 2014 15:18:16 +0000 (1 18:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 1 Oct 2014 15:18:16 +0000 (1 18:18 +0300)
tree970a16cf3e1cfe351a3b3ccc19cf253a8f48867d
parent151b7f6cc269f8d7cf1e104622c66fffa4aa12d1
Don't modify the process's command name passed to start-process on MS-Windows.

 src/w32proc.c (sys_spawnve): Avoid modification of the CMDNAME
 argument passed by the caller, when we mirror all slashes into
 backslashes.
src/ChangeLog
src/w32proc.c