Fix textsec-suspicious foreground color
* lisp/international/textsec-check.el (textsec-suspicious): Set the foreground, too (bug#57796).
This commit is contained in:
parent
c2c4c89dbc
commit
54803dad6d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ If nil, these checks are disabled."
|
|||
:version "29.1")
|
||||
|
||||
(defface textsec-suspicious
|
||||
'((t (:weight bold :background "red")))
|
||||
'((t (:weight bold :background "red" :foreground "white")))
|
||||
"Face used to highlight suspicious strings.")
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Reference in a new issue