Use cl-lib function instead of cl.el for byte-compile warning

This commit is contained in:
Syohei YOSHIDA 2016-03-30 10:05:19 +09:00
parent 236d3f3b48
commit 3bcd1501a4

View file

@ -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))