>From 78fc4caba2ee0f3f81afe7b3167b07f9df5be137 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Mon, 16 Nov 2020 18:57:13 +0200 Subject: [PATCH] Use appropriate face for Flymake unknown backend * lisp/progmodes/flymake.el (flymake--mode-line-format): Apply 'mode-line-emphasis' face which is better suited for indicators that are placed on the mode line. --- 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 b286208fff..84f7c42eb2 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")) + '("?" mode-line-emphasis "No known backends")) (some-waiting `("Wait" compilation-mode-line-run ,(format "Waiting for %s running backend(s)" -- 2.29.2