aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index e91f7844953..9491b333da9 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -357,7 +357,7 @@ If called interactively, prompts for a face name and face attributes."
357 ;; Clear this before we install the new foreground and background; 357 ;; Clear this before we install the new foreground and background;
358 ;; otherwise, clearing it after would swap them! 358 ;; otherwise, clearing it after would swap them!
359 (when (and (or foreground background) (face-inverse-video-p face)) 359 (when (and (or foreground background) (face-inverse-video-p face))
360 (set-face-inverse-video-p face frame nil) 360 (set-face-inverse-video-p face nil frame)
361 ;; Arrange to restore it after, if we are not setting it now. 361 ;; Arrange to restore it after, if we are not setting it now.
362 (or (memq inverse-p '(t nil)) 362 (or (memq inverse-p '(t nil))
363 (setq inverse-p t))) 363 (setq inverse-p t)))