1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(modify-face): Fix previous change.

This commit is contained in:
Richard M. Stallman 1997-08-24 20:40:48 +00:00
parent b438e1cb6c
commit 573d18cb3d

View 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)))