]> git.eshelyaron.com Git - emacs.git/commit
Move ns-specific event setup to term/ns-win.el (Bug#74619)
authorRobert Pluim <rpluim@gmail.com>
Tue, 10 Dec 2024 08:42:11 +0000 (09:42 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 12 Dec 2024 15:47:47 +0000 (16:47 +0100)
commit361109e038531ae731fe40b06e0594d9f4daf711
tree595bcf9cc34c495462fc00d012c201bc5c339194
parentbeec19d5717bbd2c5ab2527fcbefefc3472cd15f
Move ns-specific event setup to term/ns-win.el (Bug#74619)

* lisp/term/ns-win.el (ns-setup-special-keys): New function,
contains event setup code previously in term/common-win.el.
Call it at top-level.
* lisp/term/common-win.el (x-setup-function-keys): Call
'ns-setup-special-keys'.

(cherry picked from commit ebd8feef1491907ebf4648a3aa38ddaa7fbf1dd2)
lisp/term/common-win.el
lisp/term/ns-win.el