From: Chong Yidong Date: Thu, 14 Aug 2008 19:24:36 +0000 (+0000) Subject: * lread.c (Fread_char, Fread_char_exclusive): If no character X-Git-Tag: emacs-pretest-23.0.90~3488 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f581fad699b4ec6766b1b69e36bf1a36a89ed63b;p=emacs.git * 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. --- 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.