aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-12-21 13:52:18 +0200
committerEli Zaretskii2012-12-21 13:52:18 +0200
commitbb085aed959358d9f13d568f87507347832beae5 (patch)
treec9b6eccd2aa435b690ec9e5eb5d8309511be6e29 /src/ChangeLog
parent7efa3fb3579fcb105ab84748945638daccdb4761 (diff)
downloademacs-bb085aed959358d9f13d568f87507347832beae5.tar.gz
emacs-bb085aed959358d9f13d568f87507347832beae5.zip
src/fileio.c (Finsert_file_contents): Doc fix.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6e7f771d220..e1017f3d037 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-12-21 Eli Zaretskii <eliz@gnu.org> 12012-12-21 Eli Zaretskii <eliz@gnu.org>
2 2
3 * fileio.c (Finsert_file_contents): Doc fix.
4
3 * w32proc.c (new_child, delete_child, find_child_pid): For a 5 * w32proc.c (new_child, delete_child, find_child_pid): For a
4 subprocess, consider its slot being in use as long as its process 6 subprocess, consider its slot being in use as long as its process
5 handle (procinfo.hProcess) is not NULL. This avoids reusing the 7 handle (procinfo.hProcess) is not NULL. This avoids reusing the