]> git.eshelyaron.com Git - emacs.git/commit
Prevent errors when generating events above menu bar windows
authorPo Lu <luangruo@yahoo.com>
Wed, 1 Nov 2023 03:15:24 +0000 (11:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 1 Nov 2023 03:15:48 +0000 (11:15 +0800)
commita61cc138edeee269e8cf62c13058d5258310d7bc
tree8aca027fc80aa89d438f51dce09f26e3af9407ab
parentffe894d0f358b94999e642b5167a3e43de7e0bc7
Prevent errors when generating events above menu bar windows

* src/keyboard.c (make_lispy_position): Pass false to w_f_c,
for the subsequent code is not prepared to encounter menu bar
windows.
src/keyboard.c