changeset 98533:604d7c98ac1a

(x-create-frame-with-faces): Undo previous change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 06 Oct 2008 05:44:11 +0000
parents 69b1ca445635
children 3eb71995f60b
files lisp/ChangeLog lisp/faces.el
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 06 05:30:25 2008 +0000
+++ b/lisp/ChangeLog	Mon Oct 06 05:44:11 2008 +0000
@@ -1,5 +1,7 @@
 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* faces.el (x-create-frame-with-faces): Undo previous change.
+
 	* vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
 	existent files.
 
--- a/lisp/faces.el	Mon Oct 06 05:30:25 2008 +0000
+++ b/lisp/faces.el	Mon Oct 06 05:44:11 2008 +0000
@@ -2007,8 +2007,7 @@
 	  ;; Make sure the tool-bar is ready to be enabled.  The
 	  ;; `tool-bar-lines' frame parameter will not take effect
 	  ;; without this call.
-	  (when tool-bar-mode
-	    (tool-bar-setup frame))
+	  (tool-bar-setup frame)
 	  (if (null visibility-spec)
 	      (make-frame-visible frame)
 	    (modify-frame-parameters frame (list visibility-spec)))