aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-02-15 20:52:16 +0200
committerEli Zaretskii2013-02-15 20:52:16 +0200
commitef9c57e27aad0105ec058cc68377460763438af4 (patch)
tree34a5a0afa5b9c6730cc3d007f1895c52c578de3e /src/ChangeLog
parentd64d97e537301a9787a569982d67eed8ecdabe8b (diff)
downloademacs-ef9c57e27aad0105ec058cc68377460763438af4.tar.gz
emacs-ef9c57e27aad0105ec058cc68377460763438af4.zip
Fix bug #13720 with auto-save-timeout less than 4 seconds.
src/keyboard.c (read_char): Fix calculation of auto-save time out when auto-save-timeout is less than 4.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1e1fe641ee5..1175e97688d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12013-02-15 Eli Zaretskii <eliz@gnu.org> 12013-02-15 Eli Zaretskii <eliz@gnu.org>
2 2
3 * keyboard.c (read_char): Fix calculation of auto-save time out
4 when auto-save-timeout is less than 4. (Bug#13720)
5
3 * w32proc.c (new_child): Free up to 2 slots of dead processes at a 6 * w32proc.c (new_child): Free up to 2 slots of dead processes at a
4 time. Improve diagnostics in DebPrint. 7 time. Improve diagnostics in DebPrint.
5 (reader_thread): If cp->char_avail is NULL, set the FILE_AT_EOF 8 (reader_thread): If cp->char_avail is NULL, set the FILE_AT_EOF