]> git.eshelyaron.com Git - emacs.git/commit
Suppress unneded events in special-event-map
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 7 Feb 2025 14:14:47 +0000 (15:14 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:43:45 +0000 (09:43 +0100)
commitee64f0816fe12e59043de039a0cf493b625fcc46
tree10577384ef76fba9c01af0f3586d2470955883cd
parent1a0fdb9d7ad37f131c71ef74e7b2ec741b656144
Suppress unneded events in special-event-map

* src/keyboard.c (keys_of_keyboard): Don't add ns-put-working-text
and ns-unput-working-text to Vspecial_event_map unless on NS port.

(cherry picked from commit 0065c9dbb8fb7d2b802e8f9a327f33049afec4ad)
src/keyboard.c