From 6ffe1310ed32c5e9541a148c59e0c111d57cbf0b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 Aug 1997 20:40:48 +0000 Subject: (modify-face): Fix previous change. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ;; Clear this before we install the new foreground and background; ;; otherwise, clearing it after would swap them! (when (and (or foreground background) (face-inverse-video-p face)) - (set-face-inverse-video-p face frame nil) + (set-face-inverse-video-p face nil frame) ;; Arrange to restore it after, if we are not setting it now. (or (memq inverse-p '(t nil)) (setq inverse-p t))) -- cgit v1.2.1