branch: externals/emms
commit d1c51fc1c82c5c0c7284118d234af42b46040a2d
Author: Erica Lina <erical...@proton.me>
Commit: Erica Lina <erical...@proton.me>

    remove require of cl completely.
---
 emms-filters.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emms-filters.el b/emms-filters.el
index e9f15ea37f..96fb18c210 100644
--- a/emms-filters.el
+++ b/emms-filters.el
@@ -480,7 +480,7 @@
 ;; (emms-filters-make-filter-ring '("Tango" "Vals" "Milonga"))
 
 ;;; Code:
-;;; (require 'cl)  ; for lexical-let
+
 
 (defvar  emms-filters-stack nil
   "A history of multi-filters. Our working stack.")

Reply via email to