mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(frame-update-face-colors): Call frame-set-background-mode.
This commit is contained in:
parent
a9ca74cd76
commit
0bea75b9d4
@ -1474,6 +1474,7 @@ examine the brightness for you."
|
||||
;; This applies only to faces with global color specifications
|
||||
;; that are not simple constants.
|
||||
(defun frame-update-face-colors (frame)
|
||||
(frame-set-background-mode frame)
|
||||
(let ((faces global-face-data))
|
||||
(while faces
|
||||
(condition-case nil
|
||||
|
Loading…
Reference in New Issue
Block a user