(make-frame): Call `custom-initialize-frame'.

This commit is contained in:
Richard M. Stallman 1997-04-08 22:33:45 +00:00
parent a9f53ffbf8
commit ec6c7d0bc7

View file

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