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:
parent
1a0cf619db
commit
cd1d152559
@ -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.
|
||||
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user