]> git.eshelyaron.com Git - emacs.git/commit
Fix inadvertent removal in EmacsWindow
authorPo Lu <luangruo@yahoo.com>
Sun, 5 May 2024 01:03:57 +0000 (09:03 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:39:17 +0000 (18:39 +0200)
commit0cb103c376116285373a128ffabf9c6170b1f8e7
tree44e98a1f26464773f3e115e2a745836ca33a61b6
parent4e1bb55027a04a330a9b3c186d6b6ad0fdc4ebb6
Fix inadvertent removal in EmacsWindow

* java/org/gnu/emacs/EmacsWindow.java (onKeyUp): Send KeyPress
events upon deferred KEYCODE_BACK.

(cherry picked from commit 51791fd1781729baeb38551e833861d9c24c302f)
java/org/gnu/emacs/EmacsWindow.java