From 54803dad6d11a369c9f63c3263c8d24f1967201d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 14 Sep 2022 15:17:43 +0200 Subject: [PATCH] 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 567ef73feb2..99ffd397e23 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 -- 2.39.2