1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix the name of the sorted minor mode map after previous change

* lisp/bindings.el (mode-line-major-mode-keymap): Change the name
of the minor mode menu items.
This commit is contained in:
Lars Ingebrigtsen 2021-06-25 15:58:03 +02:00
parent 6e0bff0296
commit 553221fc55

View file

@ -363,7 +363,7 @@ a menu, so this function is not useful for non-menu keymaps."
:filter ,(lambda (_) (mouse-menu-major-mode-map))))
(define-key map [mode-line mouse-2] 'describe-mode)
(bindings--define-key map [mode-line down-mouse-3]
`(menu-item "Menu Bar" ,mode-line-mode-menu
`(menu-item "Minor Modes" ,mode-line-mode-menu
:filter bindings--sort-menu-keymap))
map) "\
Keymap to display on major mode.")