From: Lars Ingebrigtsen Date: Wed, 14 Sep 2022 13:17:43 +0000 (+0200) Subject: Fix textsec-suspicious foreground color X-Git-Tag: emacs-29.0.90~1856^2~518 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54803dad6d11a369c9f63c3263c8d24f1967201d;p=emacs.git Fix textsec-suspicious foreground color * lisp/international/textsec-check.el (textsec-suspicious): Set the foreground, too (bug#57796). --- 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