branch: elpa/telephone-line
commit 1cc28a7811245e6f24234b36fc1004a1357a3df3
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>
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 ()