Mercurial > emacs
changeset 19511:8430323b838e
(modify-face): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Aug 1997 20:40:48 +0000 |
parents | 11cdee30cd02 |
children | b5164f0f2d6f |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Sun Aug 24 20:28:59 1997 +0000 +++ b/lisp/faces.el Sun Aug 24 20:40:48 1997 +0000 @@ -357,7 +357,7 @@ ;; 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)))