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:
parent
6e0bff0296
commit
553221fc55
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue