mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
(make-frame): Call `custom-initialize-frame'.
This commit is contained in:
parent
a9f53ffbf8
commit
ec6c7d0bc7
1 changed files with 1 additions and 0 deletions
|
|
@ -458,6 +458,7 @@ 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)))
|
||||
(custom-initialize-frame frame)
|
||||
(run-hook-with-args 'after-make-frame-functions frame)
|
||||
frame))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue