diff lisp/frame.el @ 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 368bfa70d822
children dd0216ff2358
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))