diff options
author | Michael Olson <mwolson@gnu.org> | 2006-06-09 04:16:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-06-09 04:16:00 +0000 |
commit | 2d20eeafa0471f5a8dae57285d75716291b3b71b (patch) | |
tree | feb3a0548b799a59f3da976c4f605f1611b0edc4 | |
parent | 0f73de32500bb2cfe99d9fa7fbd730addd67d46a (diff) |
emms-cache: Small compiler fix.
darcs-hash:20060609041606-1bfb2-6ea5623f62d4ff27566ab9f1097d5c4ffa2d95cb.gz
-rw-r--r-- | emms-cache.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emms-cache.el b/emms-cache.el index dba9fcf..d2ec4b3 100644 --- a/emms-cache.el +++ b/emms-cache.el @@ -44,6 +44,8 @@ ;;; Code: +(require 'emms) + (define-hash-table-test 'string-hash 'string= 'sxhash) (defvar emms-cache-db (make-hash-table :test 'string-hash) "A mapping of paths to file info. |