]> git.eshelyaron.com Git - emacs.git/commit
Bind Cmd-t to menu-set-font on macOS
authorDaniel Martín <mardani29@yahoo.es>
Tue, 14 Jun 2022 12:23:06 +0000 (14:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 14 Jun 2022 12:23:06 +0000 (14:23 +0200)
commit3e74cf65161841ee4a0a584fdbba8958372753f9
tree139e3664c0f1f85a58c328d8ef26fc5ca9f707c9
parent441f081a643d6ad61208409fdcffe3a8a018f8ff
Bind Cmd-t to menu-set-font on macOS

* lisp/term/ns-win.el (global-map): set-frame-font asks for a font
using the minibuffer, but the former ns-popup-font-panel always showed
the graphical font panel on macOS.  To preserve the same behavior,
bind it to menu-set-font, which is also called by Options, Set Default
Font (bug#55967).
lisp/term/ns-win.el