]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak the face of unknown backend indicators in flymake
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Nov 2020 05:22:52 +0000 (06:22 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Nov 2020 05:22:52 +0000 (06:22 +0100)
* 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

index b286208fff95e0cf65e67503d75c3491ea026947..efa7b2ffbf193be764968561c1aadfa9079b0a96 100644 (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)"