From: Dan Nicolaescu Date: Mon, 6 Oct 2008 05:44:11 +0000 (+0000) Subject: (x-create-frame-with-faces): Undo previous change. X-Git-Tag: emacs-pretest-23.0.90~2632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd1d1525597e3fb9476daaf79a0a5fa405f0a8ae;p=emacs.git (x-create-frame-with-faces): Undo previous change. --- 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)))