(x-create-frame-with-faces): Undo previous change.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 6 Oct 2008 05:44:11 +0000 (05:44 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 6 Oct 2008 05:44:11 +0000 (05:44 +0000)
lisp/ChangeLog
lisp/faces.el

index a06b112..8e3496d 100644 (file)
@@ -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.
 
index e9bc6b0..269a909 100644 (file)
@@ -2007,8 +2007,7 @@ Value is the new frame created."
          ;; 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)))