From cd1d1525597e3fb9476daaf79a0a5fa405f0a8ae Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 6 Oct 2008 05:44:11 +0000 Subject: [PATCH] (x-create-frame-with-faces): Undo previous change. --- lisp/ChangeLog | 2 ++ lisp/faces.el | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a06b1120471..8e3496d2323 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-10-06 Dan Nicolaescu + * 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. diff --git a/lisp/faces.el b/lisp/faces.el index e9bc6b05fd1..269a90972c0 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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))) -- 2.39.5