From 5401b0df9b4a45fb9f01b7f4236f99b34c79595a Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Fri, 14 Jul 2017 16:16:21 -0400 Subject: Move from cl to cl-lib. Patch by tumashu . --- lisp/emms-playing-time.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/emms-playing-time.el') diff --git a/lisp/emms-playing-time.el b/lisp/emms-playing-time.el index 54a7f12..9c4f96a 100644 --- a/lisp/emms-playing-time.el +++ b/lisp/emms-playing-time.el @@ -39,7 +39,7 @@ ;;; Code: -(eval-when-compile (require 'cl)) +(require 'cl-lib) (require 'emms-info) (require 'emms-player-simple) @@ -177,7 +177,7 @@ could call `emms-playing-time-enable-display' and 0)) (total-min-only (/ total-playing-time 60)) (total-sec-only (% total-playing-time 60))) - (case emms-playing-time-style + (cl-case emms-playing-time-style ((bar) ; `bar' style (if (zerop total-playing-time) (setq emms-playing-time-string "[==>........]") -- cgit v1.2.3