changeset 97469:0a5d1005eed6

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 14 Aug 2008 19:24:36 +0000
parents ea6179f95b58
children 9a4bddae759e
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Aug 14 19:21:09 2008 +0000
+++ b/src/ChangeLog	Thu Aug 14 19:24:36 2008 +0000
@@ -1,3 +1,9 @@
+2008-08-14  Lawrence Mitchell  <wence@gmx.li>
+
+	* 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  <cyd@stupidchicken.com>
 
 	* fns.c (use_dialog_box): Doc fix.