summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-11 19:54:36 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-11 19:54:36 +0000
commitf89e3f62b36b84ca2be48fc488b2799ab2c00cc2 (patch)
tree9f65a2f5a1ff2e49ef3e9e385b55b4b29c0fcf9b
parent32948b5eb3135be18571b56a5aa7fb68dd77b198 (diff)
downloademacs-f89e3f62b36b84ca2be48fc488b2799ab2c00cc2.tar.gz
Don't add custom-initialize-frame to after-make-frame-hook.
-rw-r--r--lisp/cus-face.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index 2dbdf2aa1ce..c0d64a8ecfb 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -544,10 +544,6 @@ If FRAME is missing or nil, the first member of (frame-list) is used."
(custom-get-frame-properties frame))
(custom-initialize-faces frame)))
-;; Enable. This should go away when bundled with Emacs.
-(unless (string-match "XEmacs" emacs-version)
- (add-hook 'after-make-frame-hook 'custom-initialize-frame))
-
;;; Initializing.
(and (fboundp 'make-face)