aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorNoam Postavsky2014-10-25 12:12:01 +0300
committerEli Zaretskii2014-10-25 12:12:01 +0300
commita91ff4f4b1d835cc2c723429c06ddcb357f807c8 (patch)
treef32ac836d8644b60cbd6408acd4de9967c70e53a /nt/ChangeLog
parentb5dc75aed71ecb2310a6689e2f7082243aa7e4ab (diff)
downloademacs-a91ff4f4b1d835cc2c723429c06ddcb357f807c8.tar.gz
emacs-a91ff4f4b1d835cc2c723429c06ddcb357f807c8.zip
Fix bug #18745 with invoking Windows batch files with embedded whitespace.
src/w32proc.c (create_child): If calling a quoted batch file, pass NULL for exe. nt/cmdproxy.c (batch_file_p): New function. (spawn): If calling a quoted batch file pass NULL for progname. test/automated/process-tests.el (process-test-quoted-batfile): New test.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 632c3739493..c4e01a38c21 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,9 @@
12014-10-22 Noam Postavsky <npostavs@users.sourceforget.net>
2
3 * nt/cmdproxy.c (batch_file_p): New function.
4 (spawn): If calling a quoted batch file pass NULL for progname.
5 (Bug#18745)
6
12014-10-20 Glenn Morris <rgm@gnu.org> 72014-10-20 Glenn Morris <rgm@gnu.org>
2 8
3 * Merge in all changes up to 24.4 release. 9 * Merge in all changes up to 24.4 release.