branch: elpa/telephone-line commit 202f9c94f7b86827ab7ebb6dbce8302b0447d6ff Merge: 314187790b 35086a65af Author: Daniel Bordak <daniel.bor...@dbordak.com> Commit: GitHub <nore...@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 ()