Don't add custom-initialize-frame to after-make-frame-hook.
This commit is contained in:
parent
4f23c69269
commit
dc545b21d1
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue