From aaf2aa92ef352db8dff5936b837a2e985f00f5a1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 21 Apr 1997 03:57:23 +0000 Subject: [PATCH] (make-frame): Don't call custom-initialize-frame. --- lisp/frame.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/frame.el b/lisp/frame.el index 9ad7e26152..b08fdc2c4b 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -458,8 +458,6 @@ 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))) - (if (featurep 'cus-face) - (custom-initialize-frame frame)) (run-hook-with-args 'after-make-frame-functions frame) frame)) -- 2.39.2