]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't add custom-initialize-frame to after-make-frame-hook.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Apr 1997 19:54:36 +0000 (19:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Apr 1997 19:54:36 +0000 (19:54 +0000)
lisp/cus-face.el

index 2dbdf2aa1ce8f32de1bd7f4e06ab199c095f938b..c0d64a8ecfbb800fe64dd72a2c1b5bed591ff875 100644 (file)
@@ -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)