# HG changeset patch # User Jan Dj¸«£rv # Date 1204036861 0 # Node ID d9373da2792d73901b4d6c9ec56666d2ded1877d # Parent a917f8addf17443f55ba557d9767b47705a61276 (grep-mode-tool-bar-map): Change place on next and previous. diff -r a917f8addf17 -r d9373da2792d lisp/progmodes/grep.el --- a/lisp/progmodes/grep.el Tue Feb 26 09:00:24 2008 +0000 +++ b/lisp/progmodes/grep.el Tue Feb 26 14:41:01 2008 +0000 @@ -224,15 +224,15 @@ (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 + "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 - "left-arrow" 'previous-error-no-select 'previous-error-no-select map - :rtl "right-arrow" - :help "Goto previous match") - (tool-bar-local-item "cancel" 'kill-compilation 'kill-compilation map :help "Stop grep") (tool-bar-local-item