# HG changeset patch # User Richard M. Stallman # Date 861595043 0 # Node ID 74dd1184863b0a6ccf463916302191a497c51f70 # Parent 209c61e51bd075b0c7d0394f4ccd4ed8e00c16fc (make-frame): Don't call custom-initialize-frame. diff -r 209c61e51bd0 -r 74dd1184863b lisp/frame.el --- a/lisp/frame.el Mon Apr 21 03:56:57 1997 +0000 +++ b/lisp/frame.el Mon Apr 21 03:57:23 1997 +0000 @@ -458,8 +458,6 @@ (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))