1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

(x-create-frame-with-faces): Undo previous change.

This commit is contained in:
Dan Nicolaescu 2008-10-06 05:44:11 +00:00
parent 1a0cf619db
commit cd1d152559
2 changed files with 3 additions and 2 deletions

View 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.

View 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)))