mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-02 11:50:48 -08:00
(grep-mode-tool-bar-map): Change place on next
and previous.
This commit is contained in:
parent
f5c7594083
commit
f387c936a9
1 changed files with 4 additions and 4 deletions
|
|
@ -224,14 +224,14 @@ See `compilation-error-screen-columns'"
|
|||
(if (display-graphic-p)
|
||||
(let ((map (butlast (copy-keymap tool-bar-map)))
|
||||
(help (last tool-bar-map))) ;; Keep Help last in tool bar
|
||||
(tool-bar-local-item
|
||||
"right-arrow" 'next-error-no-select 'next-error-no-select map
|
||||
:rtl "left-arrow"
|
||||
:help "Goto next match")
|
||||
(tool-bar-local-item
|
||||
"left-arrow" 'previous-error-no-select 'previous-error-no-select map
|
||||
:rtl "right-arrow"
|
||||
:help "Goto previous match")
|
||||
(tool-bar-local-item
|
||||
"right-arrow" 'next-error-no-select 'next-error-no-select map
|
||||
:rtl "left-arrow"
|
||||
:help "Goto next match")
|
||||
(tool-bar-local-item
|
||||
"cancel" 'kill-compilation 'kill-compilation map
|
||||
:help "Stop grep")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue