diff lisp/ChangeLog @ 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 8a9f44d8feb0
children 033e60abdaa2
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.