changeset 17401:83ce353473ec

Don't add custom-initialize-frame to after-make-frame-hook.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Apr 1997 19:54:36 +0000
parents 55e7f9ff6456
children 1c01c986afc9
files lisp/cus-face.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-face.el	Fri Apr 11 19:41:28 1997 +0000
+++ b/lisp/cus-face.el	Fri Apr 11 19:54:36 1997 +0000
@@ -544,10 +544,6 @@
 		 (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)