diff options
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r-- | lisp/cus-face.el | 4 |
1 files changed, 0 insertions, 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) |