]> git.eshelyaron.com Git - emacs.git/commit
Remove check for appdefined events on the queue (bug#65843)
authorAlan Third <alan@idiocy.org>
Mon, 11 Sep 2023 16:18:31 +0000 (17:18 +0100)
committerAlan Third <alan@idiocy.org>
Mon, 11 Sep 2023 16:22:01 +0000 (17:22 +0100)
commit6acb3c5b05a7b9fb32a5336e1bb740f527571ae9
treef0ceea8595abf799eb81b7964e39e7d22b83c709
parentc19a2dff5ab0d16a1aed62c68baf1d23dd1649b5
Remove check for appdefined events on the queue (bug#65843)

It seems this was likely a bug in macOS 10.10.1. I have no way to find
out when it was fixed, but hopefully before 10.10.5, the most recent
release of that version.

* src/nsterm.m (ns_send_appdefined): Remove check for whether previous
appdefined events have been lost.
src/nsterm.m