]> git.eshelyaron.com Git - emacs.git/commit
(make_lispy_event): Timer event is a list, not just cons.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Feb 1996 06:01:15 +0000 (06:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Feb 1996 06:01:15 +0000 (06:01 +0000)
commit7ea13e12ee48674e951e49bf9d5ac69324107a10
treecb94a327a8f007ff964dbe7421f7afe5d9b00df3
parent059a4a904fbf63a77b2c727b9458b9012bfa22eb
(make_lispy_event): Timer event is a list, not just cons.
(timer_check): When DO_IT_NOW is true, handle events by running
the definition of timer-event.  Don't get the current time if there
are no pending timers.  If an event was generated, return 0,
If all timers were handled, return -1.  Add gcpros.

(readable_events): Tell timer_check to execute events.
src/keyboard.c