mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-24 02:20:29 +01:00
Use cl-lib function instead of cl.el for byte-compile warning
This commit is contained in:
parent
236d3f3b48
commit
3bcd1501a4
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue