aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
1474;; This applies only to faces with global color specifications 1474;; This applies only to faces with global color specifications
1475;; that are not simple constants. 1475;; that are not simple constants.
1476(defun frame-update-face-colors (frame) 1476(defun frame-update-face-colors (frame)
1477 (frame-set-background-mode frame)
1477 (let ((faces global-face-data)) 1478 (let ((faces global-face-data))
1478 (while faces 1479 (while faces
1479 (condition-case nil 1480 (condition-case nil