]> git.eshelyaron.com Git - emacs.git/commitdiff
* lread.c (Fread_char, Fread_char_exclusive): If no character
authorChong Yidong <cyd@stupidchicken.com>
Thu, 14 Aug 2008 19:24:36 +0000 (19:24 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 14 Aug 2008 19:24:36 +0000 (19:24 +0000)
event is read before timeout is reached, return nil, rather than
converting to a number.

src/ChangeLog

index 948589bec5f5b0c93069478e6b75839012d230be..d9122e10ea314dda6d1038df2d74d216469e9bf9 100644 (file)
@@ -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.