# HG changeset patch # User Richard M. Stallman # Date 860788476 0 # Node ID 83ce353473eca3267766c3bb1b5ae513086097be # Parent 55e7f9ff645674fe1da3adc440cb31ebd6c439e0 Don't add custom-initialize-frame to after-make-frame-hook. diff -r 55e7f9ff6456 -r 83ce353473ec lisp/cus-face.el --- 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)