]> git.eshelyaron.com Git - emacs.git/commit
* src/keyboard.c (requeued_events_pending_p): New function
authorTim Ruffing <crypto@timruffing.de>
Wed, 27 Dec 2023 13:29:34 +0000 (14:29 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Mar 2024 09:26:13 +0000 (10:26 +0100)
commita0f8b4232e1007c70ad0b02de03bde65f8a73ad5
tree1b142189417a305f77c59cadcb93f70e4fc2d3ba
parent22254818b28f89a92b41537ffd3e22adface86de
* src/keyboard.c (requeued_events_pending_p): New function

* src/keyboard.c, src/keyboard.h (requeued_events_pending_p): Add
function 'requeued_events_pending_p' (whose name was made available in
the previous commit). As opposed to the previous function with the same
name, the new function covers both command and other events.
* src/keyboard.c (Finput_pending_p): Use the new function.

(cherry picked from commit d6f326452ecc761498d627a365c8014a467812eb)
src/keyboard.c
src/keyboard.h