(make-frame): Don't call custom-initialize-frame.
This commit is contained in:
parent
d11fba257e
commit
aaf2aa92ef
1 changed files with 0 additions and 2 deletions
|
@ -458,8 +458,6 @@ on `after-make-frame-functions' are run with one arg, the newly created frame."
|
|||
(interactive)
|
||||
(run-hooks 'before-make-frame-hook)
|
||||
(let ((frame (funcall frame-creation-function parameters)))
|
||||
(if (featurep 'cus-face)
|
||||
(custom-initialize-frame frame))
|
||||
(run-hook-with-args 'after-make-frame-functions frame)
|
||||
frame))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue