[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 54803dad6d 2/2: Fix textsec-suspicious foreground color
From: |
Lars Ingebrigtsen |
Subject: |
master 54803dad6d 2/2: Fix textsec-suspicious foreground color |
Date: |
Wed, 14 Sep 2022 09:18:05 -0400 (EDT) |
branch: master
commit 54803dad6d11a369c9f63c3263c8d24f1967201d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Fix textsec-suspicious foreground color
* lisp/international/textsec-check.el (textsec-suspicious): Set
the foreground, too (bug#57796).
---
lisp/international/textsec-check.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/international/textsec-check.el
b/lisp/international/textsec-check.el
index 567ef73feb..99ffd397e2 100644
--- a/lisp/international/textsec-check.el
+++ b/lisp/international/textsec-check.el
@@ -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