From dc545b21d13d193ba383c60e1ed9ec0b8a483837 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 11 Apr 1997 19:54:36 +0000 Subject: [PATCH] Don't add custom-initialize-frame to after-make-frame-hook. --- lisp/cus-face.el | 4 ---- 1 file changed, 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) -- 2.39.2