summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-25 18:37:10 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-25 18:37:10 +0000
commit0bea75b9d4b7771f59de550a02843db588e1c9bc (patch)
treeb220c56985acdb86d9374799650bb6da569d026b /lisp/faces.el
parenta9ca74cd7698ee1a5ceda530f9924ff91807b484 (diff)
downloademacs-0bea75b9d4b7771f59de550a02843db588e1c9bc.tar.gz
(frame-update-face-colors): Call frame-set-background-mode.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el1
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