diff options
| author | Eli Zaretskii | 2015-02-18 23:14:31 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-02-18 23:14:31 +0200 |
| commit | 7932d062cf85c2c37bd15b22be30a65c034001fc (patch) | |
| tree | 120c1bd60232913ca8c6bc61312c135ec5ee454b /src/ChangeLog | |
| parent | b1d6ddd44614c84746f5ee494e1f29cd9be8a2d8 (diff) | |
| download | emacs-7932d062cf85c2c37bd15b22be30a65c034001fc.tar.gz emacs-7932d062cf85c2c37bd15b22be30a65c034001fc.zip | |
Fix exit code when stdin is at EOF (Bug#19897)
src/emacs.c (Fkill_emacs): Exit with specified exit code even if
stdin is at EOF.
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 8a3b534e7ae..1c4758f969b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-02-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * emacs.c (Fkill_emacs): Exit with specified exit code even if | ||
| 4 | stdin is at EOF. (Bug#19897) | ||
| 5 | |||
| 1 | 2015-02-18 Oscar Fuentes <ofv@wanadoo.es> | 6 | 2015-02-18 Oscar Fuentes <ofv@wanadoo.es> |
| 2 | 7 | ||
| 3 | * keyboard.c (read_char): When there is an input method function, | 8 | * keyboard.c (read_char): When there is an input method function, |