# HG changeset patch # User Reiner Steib # Date 1175291332 0 # Node ID dc6d80edce90dcd6b1f7e4553a450c814b4060d3 # Parent 72a276765477b89c8ad1ab64686c0783c154a61a (info-tool-bar-map): Use "exit" for Info-exit. Move to the right. diff -r 72a276765477 -r dc6d80edce90 lisp/ChangeLog --- 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 + + * info.el (info-tool-bar-map): Use "exit" for Info-exit. Move to + the right. + 2007-03-30 Alan Mackenzie * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug. diff -r 72a276765477 -r dc6d80edce90 lisp/info.el --- 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)