]> git.eshelyaron.com Git - emacs.git/commit
Fix execution of tool-bar commands read within minibuffer-error-handler
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jun 2024 07:12:07 +0000 (15:12 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:01:44 +0000 (21:01 +0200)
commitd93183d23eab99e8dd53c89ba296dc3bddd69471
tree856ee718249a5579449aeb81df8547fb92d87425
parent64e567134b2da40da8ac93ea9969dbbf6d87c5da
Fix execution of tool-bar commands read within minibuffer-error-handler

* src/keyboard.c (read_char): Arrange that the original event be
recorded when a posn is promoted to a prefix key and an END_TIME
is suppressing additions to this_command_keys.

(cherry picked from commit 0ade6348f92283e4fd0bc209f100d8fe1bb87d2a)
src/keyboard.c