branch: elpa/telephone-line
commit bf35654a67556252d4e5ef12b10d1f7940b25861
Merge: 1705f029c7 303cc3a1cd
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>

    Merge pull request #7 from syohex/cl-lib
    
    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

Reply via email to