diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-25 18:37:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-25 18:37:10 +0000 |
commit | 0bea75b9d4b7771f59de550a02843db588e1c9bc (patch) | |
tree | b220c56985acdb86d9374799650bb6da569d026b /lisp/faces.el | |
parent | a9ca74cd7698ee1a5ceda530f9924ff91807b484 (diff) | |
download | emacs-0bea75b9d4b7771f59de550a02843db588e1c9bc.tar.gz |
(frame-update-face-colors): Call frame-set-background-mode.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 2e3529fabf3..ad394fb8e01 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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 |