emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 33e2515 2/2: Tweak the face of unknown backend indicators in flym


From: Lars Ingebrigtsen
Subject: master 33e2515 2/2: Tweak the face of unknown backend indicators in flymake
Date: Tue, 24 Nov 2020 00:24:09 -0500 (EST)

branch: master
commit 33e2515257ae74c638083c3f7981748c204afe04
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 b286208..efa7b2f 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)"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]