From f581fad699b4ec6766b1b69e36bf1a36a89ed63b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 14 Aug 2008 19:24:36 +0000 Subject: [PATCH] * lread.c (Fread_char, Fread_char_exclusive): If no character event is read before timeout is reached, return nil, rather than converting to a number. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 948589bec5f..d9122e10ea3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-08-14 Lawrence Mitchell + + * lread.c (Fread_char, Fread_char_exclusive): If no character + event is read before timeout is reached, return nil, rather than + converting to a number. + 2008-08-14 Chong Yidong * fns.c (use_dialog_box): Doc fix. -- 2.39.2