]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-frame): Call `custom-initialize-frame'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 8 Apr 1997 22:33:45 +0000 (22:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 8 Apr 1997 22:33:45 +0000 (22:33 +0000)
lisp/frame.el

index 2af75dc47a106c898fa7332c69c72f9d77fe3a10..dca7f8167770bce9e8c98a3d338ed68a224032e2 100644 (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))