]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-frame): Don't call custom-initialize-frame.
authorRichard M. Stallman <rms@gnu.org>
Mon, 21 Apr 1997 03:57:23 +0000 (03:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 21 Apr 1997 03:57:23 +0000 (03:57 +0000)
lisp/frame.el

index 9ad7e261521596043f2b0b34aa40744eac5b792c..b08fdc2c4b5b43b85435a5dcc8b1ddfa9421a626 100644 (file)
@@ -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))