]> git.eshelyaron.com Git - emacs.git/commitdiff
(modify-face): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Aug 1997 20:40:48 +0000 (20:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Aug 1997 20:40:48 +0000 (20:40 +0000)
lisp/faces.el

index e91f7844953e8039902240a9e8b7590c93e0fa6b..9491b333da908ea23f3740db7bf24e8f2ec02622 100644 (file)
@@ -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)))