Mercurial > emacs
changeset 17342:c1e5198c8c92
(make-frame): Call `custom-initialize-frame'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 08 Apr 1997 22:33:45 +0000 |
parents | 995c8b7bf6df |
children | bc616901502d |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Tue Apr 08 22:20:30 1997 +0000 +++ b/lisp/frame.el Tue Apr 08 22:33:45 1997 +0000 @@ -458,6 +458,7 @@ (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))