summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-21 03:57:23 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-21 03:57:23 +0000
commit7c1fa1a977d4399fc855d2fdd2fe29db6e1e1f0c (patch)
tree14b2ffb9886928911c5302c4b9bc058803c7d725
parent4736f1110e9aff3c071a714a9fbf217e3cc4a32b (diff)
downloademacs-7c1fa1a977d4399fc855d2fdd2fe29db6e1e1f0c.tar.gz
(make-frame): Don't call custom-initialize-frame.
-rw-r--r--lisp/frame.el2
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))