1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

* 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.
This commit is contained in:
Chong Yidong 2008-10-12 13:45:29 +00:00
parent 990a73f049
commit 3240257259

View File

@ -1,3 +1,18 @@
2008-10-12 Chong Yidong <cyd@stupidchicken.com>
* 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.
2008-10-11 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/warnings.el (display-warning): Issue a message if