diff lisp/frame.el @ 17523:74dd1184863b

(make-frame): Don't call custom-initialize-frame.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Apr 1997 03:57:23 +0000
parents b07426c50d99
children b11021ca3525
line wrap: on
line diff
--- 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))