Mercurial > emacs
changeset 98631:5358562463e5
* info.el (info-tool-bar-map): Initialize it unconditionally.
* progmodes/gud.el (gud-tool-bar-map): Initialize it
unconditionally.
* progmodes/grep.el (grep-mode-tool-bar-map): Initialize it
unconditionally.
* progmodes/compile.el (compilation-mode-tool-bar-map): Initialize
it unconditionally.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 11 Oct 2008 19:59:27 +0000 |
parents | a4dc0840f5dd |
children | fa239c11871f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 11 19:59:11 2008 +0000 +++ b/lisp/ChangeLog Sat Oct 11 19:59:27 2008 +0000 @@ -5,6 +5,17 @@ display colors into the image expression. (tool-bar-setup): Don't be a no-op on ttys. + * info.el (info-tool-bar-map): Initialize it unconditionally. + + * progmodes/gud.el (gud-tool-bar-map): Initialize it + unconditionally. + + * progmodes/grep.el (grep-mode-tool-bar-map): Initialize it + unconditionally. + + * progmodes/compile.el (compilation-mode-tool-bar-map): Initialize + it unconditionally. + 2008-10-11 Romain Francoise <romain@orebokech.com> * help.el (view-lossage): Fix docstring, lossage is now 300 keys.