Tweak the face of unknown backend indicators in flymake

* lisp/progmodes/flymake.el (flymake--mode-line-format): Don't put
a face on the the "?" unknown backend indicator, because that
looks odd in inactive windows (bug#44689).
This commit is contained in:
Lars Ingebrigtsen 2020-11-24 06:22:52 +01:00
parent 5a823a2a0c
commit 33e2515257

View file

@ -1224,7 +1224,7 @@ default) no filter is applied."
map))
,@(pcase-let ((`(,ind ,face ,explain)
(cond ((null known)
'("?" mode-line "No known backends"))
'("?" nil "No known backends"))
(some-waiting
`("Wait" compilation-mode-line-run
,(format "Waiting for %s running backend(s)"