aboutsummaryrefslogtreecommitdiff
path: root/emms-cache.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-08-22 13:06:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-08-22 13:06:00 +0000
commit974d2130b9e2a8b4393cbed4af5365536ffe5619 (patch)
tree4df8c9736526fdd7b6bdab617e0a0d34b3ada5e0 /emms-cache.el
parent789b5f8eb5577e680f10d8c46fe51abf2ea1385d (diff)
Fix compilation warnings and don't clobber namespace
darcs-hash:20060822130608-1bfb2-c2a7fc4a64e0c781bb8727f4a70efbd72e3e3d0c.gz
Diffstat (limited to 'emms-cache.el')
-rw-r--r--emms-cache.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emms-cache.el b/emms-cache.el
index 409a24a..5abd697 100644
--- a/emms-cache.el
+++ b/emms-cache.el
@@ -41,6 +41,7 @@
;;; Code:
(require 'emms)
+(require 'emms-info)
(when (fboundp 'define-hash-table-test)
(define-hash-table-test 'string-hash 'string= 'sxhash))