aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-11 19:54:36 +0000
committerRichard M. Stallman1997-04-11 19:54:36 +0000
commitdc545b21d13d193ba383c60e1ed9ec0b8a483837 (patch)
tree7c721544f8b81eeecff9523d474185043a829dd4
parent4f23c69269fa69eb92a567ef7dc458e6e5916473 (diff)
downloademacs-dc545b21d13d193ba383c60e1ed9ec0b8a483837.tar.gz
emacs-dc545b21d13d193ba383c60e1ed9ec0b8a483837.zip
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."
544 (custom-get-frame-properties frame)) 544 (custom-get-frame-properties frame))
545 (custom-initialize-faces frame))) 545 (custom-initialize-faces frame)))
546 546
547;; Enable. This should go away when bundled with Emacs.
548(unless (string-match "XEmacs" emacs-version)
549 (add-hook 'after-make-frame-hook 'custom-initialize-frame))
550
551;;; Initializing. 547;;; Initializing.
552 548
553(and (fboundp 'make-face) 549(and (fboundp 'make-face)