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/compile.el,v


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

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

Index: compile.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.459
retrieving revision 1.460
diff -u -b -r1.459 -r1.460
--- compile.el  25 Feb 2008 10:52:09 -0000      1.459
+++ compile.el  26 Feb 2008 14:41:15 -0000      1.460
@@ -1383,14 +1383,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 error")
-       (tool-bar-local-item 
         "left-arrow" 'previous-error-no-select 'previous-error-no-select map
         :rtl "right-arrow"
         :help "Goto previous error")
        (tool-bar-local-item 
+        "right-arrow" 'next-error-no-select 'next-error-no-select map
+        :rtl "left-arrow"
+        :help "Goto next error")
+       (tool-bar-local-item 
         "cancel" 'kill-compilation 'kill-compilation map
         :help "Stop compilation")
        (tool-bar-local-item 




reply via email to

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