diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-10-06 05:44:11 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-10-06 05:44:11 +0000 |
commit | cd1d1525597e3fb9476daaf79a0a5fa405f0a8ae (patch) | |
tree | 423c24ac9f5f4b169f2e037596f5ab32b362b3ed /lisp/faces.el | |
parent | 1a0cf619dbaf78fa268c89ae5916a62bbe3d1212 (diff) | |
download | emacs-cd1d1525597e3fb9476daaf79a0a5fa405f0a8ae.tar.gz |
(x-create-frame-with-faces): Undo previous change.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 3 |
1 files changed, 1 insertions, 2 deletions
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))) |