emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el,v
Date: Tue, 26 Feb 2008 14:41:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        08/02/26 14:41:02

Index: grep.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/grep.el,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- grep.el     25 Feb 2008 10:52:24 -0000      1.86
+++ grep.el     26 Feb 2008 14:41:01 -0000      1.87
@@ -225,14 +225,14 @@
       (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")
        (tool-bar-local-item 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]