emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/nano-modeline f55ce3d6bc: Bugfix (see issue #50)


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline f55ce3d6bc: Bugfix (see issue #50)
Date: Sat, 3 Jun 2023 15:58:58 -0400 (EDT)

branch: externals/nano-modeline
commit f55ce3d6bc79f6edfc382b746fbbc38f61f83b5f
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Bugfix (see issue #50)
---
 nano-modeline.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index d17274357f..a8ae3c30c3 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -163,7 +163,7 @@
   "Active button face")
 
 (defface nano-modeline-button-inactive-face
-  `((t :foreground ,(face-foreground (when (facep 'nano-faded) 'nano-faded 
'default))
+  `((t :foreground ,(face-foreground (if (facep 'nano-faded) 'nano-faded 
'default))
        :background ,(face-background 'header-line nil t)
        :family "Roboto Mono"
        :box (:line-width 2



reply via email to

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