changeset 92230:d9373da2792d

(grep-mode-tool-bar-map): Change place on next and previous.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 26 Feb 2008 14:41:01 +0000
parents a917f8addf17
children 1c697129d4da
files lisp/progmodes/grep.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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