]> git.eshelyaron.com Git - emacs.git/commit
Don't show menu titles with the text property 'hide' (bug#50067)
authorJuri Linkov <juri@linkov.net>
Sun, 22 Aug 2021 08:44:55 +0000 (11:44 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 22 Aug 2021 08:46:08 +0000 (11:46 +0300)
commitdd7d966eb40b58a221ea29930582b8173ea87ee2
tree4cbe3d05f0f2d471e2c2d824825935158417b1a1
parent654e096b09378b2b0d1cdc9b8c0634bf5f3c9306
Don't show menu titles with the text property 'hide' (bug#50067)

* lisp/mouse.el (context-menu-map): Add menu title "Context Menu"
propertized with the text property 'hide'.

* src/menu.c (x_popup_menu_1): Don't show the title with the non-nil
text property 'hide' on GTK and NS.
lisp/mouse.el
src/menu.c