diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-01-16 13:33:26 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-01-16 13:33:26 -0500 |
commit | 8a355a4451eb39a214a4c4441ec652cfd53dc37d (patch) | |
tree | 3a603e3f6cb9025b8656032bca44518e4be6c53a | |
parent | 3cf79f88bcb5204ca74d0e576780f535d96f5bf2 (diff) |
* lisp/emms-streams.el: fix compilation warnings
-rw-r--r-- | lisp/emms-streams.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el index 950d2f8..88517d4 100644 --- a/lisp/emms-streams.el +++ b/lisp/emms-streams.el @@ -35,6 +35,8 @@ ;;; Code: (require 'emms) +(require 'emms-source-playlist) +(require 'emms-playlist-mode) ;;; ------------------------------------------------------------------ |