comparison 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
comparison
equal deleted inserted replaced
98630:a4dc0840f5dd 98631:5358562463e5
2 2
3 * tool-bar.el (tool-bar-local-item) 3 * tool-bar.el (tool-bar-local-item)
4 (tool-bar-local-item-from-menu): Put the check for number of 4 (tool-bar-local-item-from-menu): Put the check for number of
5 display colors into the image expression. 5 display colors into the image expression.
6 (tool-bar-setup): Don't be a no-op on ttys. 6 (tool-bar-setup): Don't be a no-op on ttys.
7
8 * info.el (info-tool-bar-map): Initialize it unconditionally.
9
10 * progmodes/gud.el (gud-tool-bar-map): Initialize it
11 unconditionally.
12
13 * progmodes/grep.el (grep-mode-tool-bar-map): Initialize it
14 unconditionally.
15
16 * progmodes/compile.el (compilation-mode-tool-bar-map): Initialize
17 it unconditionally.
7 18
8 2008-10-11 Romain Francoise <romain@orebokech.com> 19 2008-10-11 Romain Francoise <romain@orebokech.com>
9 20
10 * help.el (view-lossage): Fix docstring, lossage is now 300 keys. 21 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
11 * kmacro.el (kmacro-edit-lossage): Ditto. 22 * kmacro.el (kmacro-edit-lossage): Ditto.