From 7a5eb54fa0f4a0d91213ec91263bfacc0469bc55 Mon Sep 17 00:00:00 2001 From: Johnathan Rabkin Date: Tue, 18 Sep 2012 12:01:25 -0400 Subject: * lisp/emms-lastfm-client.el: Remove unnecessary requirements. This also resolves a compile error. --- lisp/emms-lastfm-client.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lisp/emms-lastfm-client.el') diff --git a/lisp/emms-lastfm-client.el b/lisp/emms-lastfm-client.el index ee9b5ee..2a8e0fa 100644 --- a/lisp/emms-lastfm-client.el +++ b/lisp/emms-lastfm-client.el @@ -34,8 +34,6 @@ (require 'emms) (require 'emms-source-file) (require 'xml) -(require 'w3m) -(require 'emms-lastfm-scrobbler) (defcustom emms-lastfm-client-username nil "Valid Last.fm account username." @@ -980,8 +978,7 @@ This function includes the cryptographic signature." (insert (format "Listeners: %s\n" stats-listeners)) (insert (format "Plays: %s\n\n" stats-playcount)) (let ((p (point))) - (insert (format "

%s

" bio-complete)) - (w3m-region p (point)))) + (insert (format "

%s

" bio-complete)))) (setq buffer-read-only t) (text-mode) (goto-char (point-min))) -- cgit v1.2.3