diff options
| author | Paul Eggert | 2014-07-08 10:13:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-07-08 10:13:32 -0700 |
| commit | ef0cc37f8552b30fd48cd4437f8307182533d3db (patch) | |
| tree | 06ae1ace23c959010c002c2d393c9ad68dc4b88e /src/ChangeLog | |
| parent | 5e799349fde90ef1ad9c73261ecdac0a11ef57ff (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-07-08 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2014-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... |