Mercurial > emacs
changeset 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 | f2f525a089e1 |
children | 3e7bd62df13a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 12 12:50:00 2008 +0000 +++ b/lisp/ChangeLog Sun Oct 12 13:45:29 2008 +0000 @@ -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