]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix textsec-suspicious foreground color
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 14 Sep 2022 13:17:43 +0000 (15:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 14 Sep 2022 13:17:58 +0000 (15:17 +0200)
* lisp/international/textsec-check.el (textsec-suspicious): Set
the foreground, too (bug#57796).

lisp/international/textsec-check.el

index 567ef73feb2810b6953d760e53cc5b7156e5ba78..99ffd397e23803c13da618e58387d5f5914d87c7 100644 (file)
@@ -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