Mercurial > emacs
comparison lisp/ChangeLog @ 98657:3780bdf31ec4
* tool-bar.el (tool-bar-setup): Variable deleted.
(tool-bar-setup): Set it up unconditionally.
* faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
* frame.el: Remove unneeded function declaration.
* progmodes/grep.el (grep-mode-tool-bar-map): Check if
tool-bar-map has been initialized before setting it up.
* progmodes/compile.el (compilation-mode-tool-bar-map): Check if
tool-bar-map has been initialized before setting it up.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 12 Oct 2008 13:45:29 +0000 |
parents | 033e60abdaa2 |
children | b4b9589af9a7 |
comparison
equal
deleted
inserted
replaced
98656:f2f525a089e1 | 98657:3780bdf31ec4 |
---|---|
1 2008-10-12 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * tool-bar.el (tool-bar-setup): Variable deleted. | |
4 (tool-bar-setup): Set it up unconditionally. | |
5 | |
6 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup. | |
7 | |
8 * frame.el: Remove unneeded function declaration. | |
9 | |
10 * progmodes/grep.el (grep-mode-tool-bar-map): Check if | |
11 tool-bar-map has been initialized before setting it up. | |
12 | |
13 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if | |
14 tool-bar-map has been initialized before setting it up. | |
15 | |
1 2008-10-11 Chong Yidong <cyd@stupidchicken.com> | 16 2008-10-11 Chong Yidong <cyd@stupidchicken.com> |
2 | 17 |
3 * emacs-lisp/warnings.el (display-warning): Issue a message if | 18 * emacs-lisp/warnings.el (display-warning): Issue a message if |
4 called during daemon initialization. | 19 called during daemon initialization. |
5 | 20 |