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

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

[nongnu] elpa/telephone-line 1cc28a7811 146/195: Forgot the else clause


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 1cc28a7811 146/195: Forgot the else clause
Date: Wed, 5 Jan 2022 02:59:41 -0500 (EST)

branch: elpa/telephone-line
commit 1cc28a7811245e6f24234b36fc1004a1357a3df3
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>

    Forgot the else clause
---
 telephone-line-segments.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index 923dbcbe74..0220c701a5 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -129,7 +129,8 @@ If it doesn't exist, create and cache it."
   (let ((fg (face-attribute face :foreground)))
     (telephone-line-separator-render telephone-line-hud
                                      (if (eq fg 'unspecified)
-                                         (face-attribute 'default :foreground))
+                                         (face-attribute 'default :foreground)
+                                       fg)
                                      face)))
 
 (telephone-line-defsegment telephone-line-erc-modified-channels-segment ()



reply via email to

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