mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
Don't add custom-initialize-frame to after-make-frame-hook.
This commit is contained in:
parent
4f23c69269
commit
dc545b21d1
@ -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…
Reference in New Issue
Block a user