Mercurial > emacs
comparison lisp/frame.el @ 31937:a96903b24bd5
(frame-notice-user-settings): Don't call
frame-update-faces, which is a no-op now.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 27 Sep 2000 13:23:52 +0000 |
parents | b54fba72959b |
children | 097787793e68 |
comparison
equal
deleted
inserted
replaced
31936:3d17044d63a9 | 31937:a96903b24bd5 |
---|---|
407 ;; we need to update the background-mode parameter | 407 ;; we need to update the background-mode parameter |
408 ;; and maybe some faces too. | 408 ;; and maybe some faces too. |
409 (when (assq 'background-color newparms) | 409 (when (assq 'background-color newparms) |
410 (unless (assq 'background-mode newparms) | 410 (unless (assq 'background-mode newparms) |
411 (frame-set-background-mode frame-initial-frame)) | 411 (frame-set-background-mode frame-initial-frame)) |
412 (face-set-after-frame-default frame-initial-frame)) | 412 (face-set-after-frame-default frame-initial-frame))))) |
413 (if (assq 'font newparms) | |
414 (frame-update-faces frame-initial-frame))))) | |
415 | 413 |
416 ;; Restore the original buffer. | 414 ;; Restore the original buffer. |
417 (set-buffer old-buffer) | 415 (set-buffer old-buffer) |
418 | 416 |
419 ;; Make sure the initial frame can be GC'd if it is ever deleted. | 417 ;; Make sure the initial frame can be GC'd if it is ever deleted. |