]> code.delx.au - gnu-emacs/commit
* keyboard.c (read_char): New arg END_TIME specifying timeout.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 26 Jul 2006 18:16:32 +0000 (18:16 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 26 Jul 2006 18:16:32 +0000 (18:16 +0000)
commit2f1950bfb6124e9829f919934d341f0398afd032
tree3c149e948d68b3cfbc54d43c5e5cc146d6a03802
parentd5f121554345677577a64c10822de19d10aa1e01
* keyboard.c (read_char): New arg END_TIME specifying timeout.
All callers changed.  Turn off echoing if END_TIME is non-NULL.
(kbd_buffer_get_event): New arg END_TIME.

* lread.c (read_filtered_event): New arg SECONDS to wait until.
(Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.

* lisp.h: Update read-char, read-event, and read_filtered_event
prototypes.

* keyboard.h: Include systime.h.  Update read_char prototype.
src/ChangeLog