]> git.eshelyaron.com Git - emacs.git/commit
Make process_pending_signals useful on systems without SIGIO
authorKen Brown <kbrown@cornell.edu>
Wed, 17 Nov 2021 18:02:44 +0000 (13:02 -0500)
committerKen Brown <kbrown@cornell.edu>
Wed, 17 Nov 2021 18:02:44 +0000 (13:02 -0500)
commitd4e2915dab13da38ce2b7ab63b5c8b0ffb9b9df8
treecca6b1117174cac3a0f8144250b876b7fd31dafc
parent5896ca8925b65d86a392269c0696c96755890b1a
Make process_pending_signals useful on systems without SIGIO

* src/keyboard.c (handle_async_input): Call gobble_input
unconditionally, not just if USABLE_SIGIO is defined.  This makes
process_pending_signals do something useful on systems that have
to poll for input.  (Bug#51820)
src/keyboard.c