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:
parent
5a823a2a0c
commit
33e2515257
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue