From: Richard M. Stallman Date: Mon, 25 May 1998 18:37:10 +0000 (+0000) Subject: (frame-update-face-colors): Call frame-set-background-mode. X-Git-Tag: emacs-20.3~844 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0bea75b9d4b7771f59de550a02843db588e1c9bc;p=emacs.git (frame-update-face-colors): Call frame-set-background-mode. --- 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