]> git.eshelyaron.com Git - emacs.git/commit
* src/keyboard.c (requeued_events_pending_p): Improve name and fix comment
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:09 +0000 (10:26 +0100)
commit22254818b28f89a92b41537ffd3e22adface86de
tree75e72f5b3b85bd0b0858358cc0ea96f1ce9dbb3f
parent89abad7e9e94194b998ec9c3b253f3faf38d5fe1
* src/keyboard.c (requeued_events_pending_p): Improve name and fix comment

* src/keyboard.c, src/keyboard.h (requeued_events_pending_p): Rename to
'requeued_command_events_pending_p' to clarify that the function covers
only command events. Fix wrong comment that claimed that the function
was unused.
* src/process.c (wait_reading_process_output): Update caller to use the
new name.

(cherry picked from commit 385a02cffde6d0fd80ff189704ad70cfebc3e8d4)
src/keyboard.c
src/keyboard.h
src/process.c