From 33e2515257ae74c638083c3f7981748c204afe04 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 24 Nov 2020 06:22:52 +0100 Subject: [PATCH] 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). --- lisp/progmodes/flymake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index b286208fff9..efa7b2ffbf1 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -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)" -- 2.39.2