mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
(compilation-mode-map): Use more meaningful menu name.
This commit is contained in:
parent
2153266750
commit
7933678bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -794,7 +794,7 @@ exited abnormally with code %d\n"
|
|||
(define-key map [menu-bar compilation-menu compilation-separator2]
|
||||
'("----" . nil))
|
||||
(define-key map [menu-bar compilation-menu compilation-mode-grep]
|
||||
'("Grep" . grep))
|
||||
'("Search Files (grep)" . grep))
|
||||
(define-key map [menu-bar compilation-menu compilation-mode-recompile]
|
||||
'("Recompile" . recompile))
|
||||
(define-key map [menu-bar compilation-menu compilation-mode-compile]
|
||||
|
|
|
|||
Loading…
Reference in a new issue