(frame-notice-user-settings): Don't call

frame-update-faces, which is a no-op now.
This commit is contained in:
Gerd Moellmann 2000-09-27 13:23:52 +00:00
parent 8901d1ac25
commit 57ac029847

View file

@ -409,9 +409,7 @@ React to settings of `default-frame-alist', `initial-frame-alist' there."
(when (assq 'background-color newparms)
(unless (assq 'background-mode newparms)
(frame-set-background-mode frame-initial-frame))
(face-set-after-frame-default frame-initial-frame))
(if (assq 'font newparms)
(frame-update-faces frame-initial-frame)))))
(face-set-after-frame-default frame-initial-frame)))))
;; Restore the original buffer.
(set-buffer old-buffer)