From: Richard M. Stallman Date: Fri, 11 Apr 1997 19:54:36 +0000 (+0000) Subject: Don't add custom-initialize-frame to after-make-frame-hook. X-Git-Tag: emacs-20.1~2544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc545b21d13d193ba383c60e1ed9ec0b8a483837;p=emacs.git Don't add custom-initialize-frame to after-make-frame-hook. --- 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)