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:
parent
b438e1cb6c
commit
573d18cb3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue