diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-04-11 19:54:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-04-11 19:54:36 +0000 |
commit | dc545b21d13d193ba383c60e1ed9ec0b8a483837 (patch) | |
tree | 7c721544f8b81eeecff9523d474185043a829dd4 /lisp/cus-face.el | |
parent | 4f23c69269fa69eb92a567ef7dc458e6e5916473 (diff) | |
download | emacs-dc545b21d13d193ba383c60e1ed9ec0b8a483837.tar.gz |
Don't add custom-initialize-frame to after-make-frame-hook.
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) |