[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/telephone-line 202f9c94f7 2/2: Merge pull request #138 fro
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/telephone-line 202f9c94f7 2/2: Merge pull request #138 from gcentauri/master |
Date: |
Wed, 22 Mar 2023 01:01:56 -0400 (EDT) |
branch: elpa/telephone-line
commit 202f9c94f7b86827ab7ebb6dbce8302b0447d6ff
Merge: 314187790b 35086a65af
Author: Daniel Bordak <daniel.bordak@dbordak.com>
Commit: GitHub <noreply@github.com>
Merge pull request #138 from gcentauri/master
Fix: quote flymake--mode-line-format symbol boundp check
---
telephone-line-segments.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index 80266d08fb..35eefbe221 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -288,8 +288,7 @@ Configure the face group telephone-line-evil to change the
colors per-mode."
"Wraps `flymake-mode' mode-line information in a telephone-line segment."
(when (bound-and-true-p flymake-mode)
(telephone-line-raw
- (if (boundp flymake--mode-line-format)
- flymake--mode-line-format
+ (if (boundp 'flymake--mode-line-format) flymake--mode-line-format
flymake-mode-line-format) t)))
(telephone-line-defsegment telephone-line-flycheck-segment ()
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/telephone-line 202f9c94f7 2/2: Merge pull request #138 from gcentauri/master,
ELPA Syncer <=