aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-sort.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2007-01-05 04:02:00 +0000
committerMichael Olson <mwolson@gnu.org>2007-01-05 04:02:00 +0000
commit75b1bc1069691cc53c4f3120f67289890ef2d340 (patch)
tree80a697c65668025b7e9acc80874b595b79edec94 /emms-playlist-sort.el
parent2b11ce6cb085da12ba6df16f53bbc28293836db4 (diff)
emms-playlist-sort: Add compile-time dependency on cl.el to avoid a warning
darcs-hash:20070105040231-1bfb2-5a6ad6211071315025177f1b0ff2b3e87859c24a.gz
Diffstat (limited to 'emms-playlist-sort.el')
-rw-r--r--emms-playlist-sort.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emms-playlist-sort.el b/emms-playlist-sort.el
index 4cfea2b..816b774 100644
--- a/emms-playlist-sort.el
+++ b/emms-playlist-sort.el
@@ -33,6 +33,8 @@
(require 'emms-score)
+(eval-when-compile (require 'cl))
+
;;; Customizations
(defgroup emms-playlist-sort nil