diff options
author | Johnathan Rabkin <yrk@rabkins.net> | 2012-09-18 11:57:27 -0400 |
---|---|---|
committer | Johnathan Rabkin <yrk@rabkins.net> | 2012-09-18 11:57:27 -0400 |
commit | 5aec397dc8c706b7aab6f1a5a455388f85303ce1 (patch) | |
tree | bc3bc48e4fb3b0286f5c8c64aa569d4563503a2e /lisp | |
parent | 434c9d782207a053a5b117069b659df2f1c989ba (diff) |
* lisp/emms-lastfm-scrobbler.el: Add requirement.
This will reduce the number of warnings as to free variable references
during compilation.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-lastfm-scrobbler.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emms-lastfm-scrobbler.el b/lisp/emms-lastfm-scrobbler.el index 9f43790..cfc9a75 100644 --- a/lisp/emms-lastfm-scrobbler.el +++ b/lisp/emms-lastfm-scrobbler.el @@ -30,6 +30,7 @@ (require 'emms) (require 'emms-playing-time) +(require 'emms-lastfm-client) ;; Variables referenced from emms-lastfm-client: ;; emms-lastfm-client-username, emms-lastfm-client-api-key, |