From 3bcd1501a4c524ae2db1661335f50b4790d6c39b Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Wed, 30 Mar 2016 10:05:19 +0900 Subject: [PATCH] Use cl-lib function instead of cl.el for byte-compile warning --- mode-icons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode-icons.el b/mode-icons.el index f25ee7b..a368b64 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -765,7 +765,7 @@ STRING is the string to modify, or if absent, the value from `mode-line-eol-desc (lambda(x) (and (listp x) (equal (car x) :eval) - (eq (caadr x) 'mode-line-eol-desc))) + (eq (cl-caadr x) 'mode-line-eol-desc))) mode-line-mule-info))) (when place (setq mode-icons--backup-construct (car place))