; Fix MPC menu title
* lisp/mpc.el (mpc-mode-menu): Refer to the name of the mode, not the file name.
This commit is contained in:
parent
9af2ecc36d
commit
ee42f02c91
1 changed files with 2 additions and 2 deletions
|
|
@ -1131,8 +1131,8 @@ If PLAYLIST is t or nil or missing, use the main playlist."
|
|||
map))
|
||||
|
||||
(easy-menu-define mpc-mode-menu mpc-mode-map
|
||||
"Menu for MPC.el."
|
||||
'("MPC.el"
|
||||
"Menu for MPC mode."
|
||||
'("MPC"
|
||||
["Play/Pause" mpc-toggle-play] ;FIXME: Add one of ⏯/▶/⏸ in there?
|
||||
["Next Track" mpc-next] ;FIXME: Add ⇥ there?
|
||||
["Previous Track" mpc-prev] ;FIXME: Add ⇤ there?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue