Mercurial > emacs
changeset 92231:1c697129d4da
(compilation-mode-tool-bar-map): The same.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 26 Feb 2008 14:41:15 +0000 |
parents | d9373da2792d |
children | d7cadbbda519 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Tue Feb 26 14:41:01 2008 +0000 +++ b/lisp/progmodes/compile.el Tue Feb 26 14:41:15 2008 +0000 @@ -1382,15 +1382,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 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 - "left-arrow" 'previous-error-no-select 'previous-error-no-select map - :rtl "right-arrow" - :help "Goto previous error") - (tool-bar-local-item "cancel" 'kill-compilation 'kill-compilation map :help "Stop compilation") (tool-bar-local-item