projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2c4c89
)
Fix textsec-suspicious foreground color
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 14 Sep 2022 13:17:43 +0000
(15:17 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/international/textsec-check.el
b/lisp/international/textsec-check.el
index 567ef73feb2810b6953d760e53cc5b7156e5ba78..99ffd397e23803c13da618e58387d5f5914d87c7 100644
(file)
--- 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