diff options
| -rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 9ad7e261521..b08fdc2c4b5 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)) |
