diff options
-rw-r--r-- | lisp/emms-source-file.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/emms-source-file.el b/lisp/emms-source-file.el index 91cd466..23fd675 100644 --- a/lisp/emms-source-file.el +++ b/lisp/emms-source-file.el @@ -290,13 +290,6 @@ files) can play." (interactive "sPlay streamlist URL: ") (emms-playlist-insert-track (emms-track 'streamlist streamlist))) -;;;###autoload (autoload 'emms-play-lastfm "emms-lastfm" nil t) -;;;###autoload (autoload 'emms-add-lastfm "emms-lastfm" nil t) -(define-emms-source lastfm (lastfm-url) - "An EMMS source for Last.fm URLs, which begin with lastfm://." - (interactive "sPlay Last.fm URL: ") - (emms-playlist-insert-track (emms-track 'lastfm lastfm-url))) - (provide 'emms-source-file) ;;; emms-source-file.el ends here |