branch: elpa/telephone-line
commit 303cc3a1cd403c9fda598ede4093756d1fc1363d
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Use cl-lib function instead of cl.el
---
telephone-line.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/telephone-line.el b/telephone-line.el
index 3dd70136e8..31a56de9e4 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -35,6 +35,7 @@
(require 'seq)
(require 's)
+(require 'cl-lib)
;;;###autoload
(define-namespace telephone-line-
@@ -187,7 +188,7 @@ Secondary separators do not incur a background color
change."
(cons
(if accumulated-segments
- (list*
+ (cl-list*
cur-subsegments ;New segment
;; Separator
`(:eval (funcall #',primary-sep