aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-07-08 10:13:32 -0700
committerPaul Eggert2014-07-08 10:13:32 -0700
commitef0cc37f8552b30fd48cd4437f8307182533d3db (patch)
tree06ae1ace23c959010c002c2d393c9ad68dc4b88e /src/ChangeLog
parent5e799349fde90ef1ad9c73261ecdac0a11ef57ff (diff)
downloademacs-ef0cc37f8552b30fd48cd4437f8307182533d3db.tar.gz
emacs-ef0cc37f8552b30fd48cd4437f8307182533d3db.zip
* process.c (read_and_dispose_of_process_output): Fix typo
in previous patch: we want nonnegative fds, not nonzero fds.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a29f8d803b..4c4ca3a5e00 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-07-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 * process.c (read_and_dispose_of_process_output): Fix typo
4 in previous patch: we want nonnegative fds, not nonzero fds.
5
12014-07-08 Dmitry Antipov <dmantipov@yandex.ru> 62014-07-08 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 * chartab.c (char_table_translate): Move to... 8 * chartab.c (char_table_translate): Move to...