From 6e650a9ad6d0091ffb448487563dc7e799a99af2 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Sun, 6 Apr 2014 23:35:33 -0400 Subject: * lisp/emms-source-file.el: Remove lastfm url autoload. --- lisp/emms-source-file.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lisp') 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 -- cgit v1.2.3