aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-source-file.el
diff options
context:
space:
mode:
authorYoni Rabkin <yonirabkin@member.fsf.org>2014-04-07 07:49:30 -0400
committerYoni Rabkin <yonirabkin@member.fsf.org>2014-04-07 07:49:30 -0400
commit210bed8e42150d4ed3978637b0e8ee5420aa718a (patch)
tree5360059b56a8ee566730b8c9801eab8c5857cf0a /lisp/emms-source-file.el
parented6f5924c620ddf529c77602bfafbd68f28fc04a (diff)
parent6c638958dd4a3b4c90b78359a6ac467c174fc4ed (diff)
Merge branch 'librefm'
Diffstat (limited to 'lisp/emms-source-file.el')
-rw-r--r--lisp/emms-source-file.el7
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