changeset 76812:dc6d80edce90

(info-tool-bar-map): Use "exit" for Info-exit. Move to the right.
author Reiner Steib <Reiner.Steib@gmx.de>
date Fri, 30 Mar 2007 21:48:52 +0000
parents 72a276765477
children 88564445165d
files lisp/ChangeLog lisp/info.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 30 20:20:35 2007 +0000
+++ b/lisp/ChangeLog	Fri Mar 30 21:48:52 2007 +0000
@@ -1,3 +1,8 @@
+2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
+
+	* info.el (info-tool-bar-map): Use "exit" for Info-exit.  Move to
+	the right.
+
 2007-03-30  Alan Mackenzie  <acm@muc.de>
 
 	* progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
--- a/lisp/info.el	Fri Mar 30 20:20:35 2007 +0000
+++ b/lisp/info.el	Fri Mar 30 21:48:52 2007 +0000
@@ -3244,7 +3244,6 @@
 (defvar info-tool-bar-map
   (if (display-graphic-p)
       (let ((map (make-sparse-keymap)))
-	(tool-bar-local-item-from-menu 'Info-exit "close" map Info-mode-map)
 	(tool-bar-local-item-from-menu 'Info-history-back "left-arrow" map Info-mode-map)
 	(tool-bar-local-item-from-menu 'Info-history-forward "right-arrow" map Info-mode-map)
 	(tool-bar-local-item-from-menu 'Info-prev "prev-node" map Info-mode-map)
@@ -3254,6 +3253,7 @@
 	(tool-bar-local-item-from-menu 'Info-goto-node "jump-to" map Info-mode-map)
 	(tool-bar-local-item-from-menu 'Info-index "index" map Info-mode-map)
 	(tool-bar-local-item-from-menu 'Info-search "search" map Info-mode-map)
+	(tool-bar-local-item-from-menu 'Info-exit "exit" map Info-mode-map)
 	map)))
 
 (defvar Info-menu-last-node nil)