]> git.eshelyaron.com Git - emacs.git/commit
Make menu bar help text work on macOS as well
authorPo Lu <luangruo@yahoo.com>
Tue, 3 May 2022 08:12:24 +0000 (16:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 3 May 2022 08:12:24 +0000 (16:12 +0800)
commit5adc84a27b86cdbd048ee3ebc023549c928f7425
tree015ccc6867481bf3f82ac00d48f193c1a2ad2d85
parentf9dea5b4c5ba8e8a24cba3dc3d66a1f8a2a2b21f
Make menu bar help text work on macOS as well

* lisp/tooltip.el (tooltip-show-help): Resort to displaying
messages in the echo area on NS.

* src/nsmenu.m ([EmacsMenu menu:willHighlightItem:]): Call
`show_help_echo' instead of storing an event into the keyboard
buffer.
lisp/tooltip.el
src/nsmenu.m