From 3240257259e7a9b7226ba05b496edacd664eaa73 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 12 Oct 2008 13:45:29 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b45b32c770d..05bcc708449 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2008-10-12 Chong Yidong + + * 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 * emacs-lisp/warnings.el (display-warning): Issue a message if -- 2.39.5