From 8652257258a7306505f24360b54284cca6308d3c Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Mon, 9 Apr 2007 01:43:00 +0000 Subject: emms-lastfm: Don't show status messages when getting metadata darcs-hash:20070409014302-1bfb2-2a784b75760d612ace6af8c25284c1787479e0c1.gz --- emms-lastfm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emms-lastfm.el') diff --git a/emms-lastfm.el b/emms-lastfm.el index ffb1e20..2f587c8 100644 --- a/emms-lastfm.el +++ b/emms-lastfm.el @@ -529,7 +529,8 @@ If DATA is given, it should be a list." (interactive) ;; we don't want to have hundreds of open buffers, so kill the old one now. (when emms-lastfm-buffer (kill-buffer emms-lastfm-buffer)) - (let ((url-request-method "GET")) + (let ((url-request-method "GET") + (url-show-status nil)) (setq emms-lastfm-buffer (url-retrieve (concat emms-lastfm-radio-base-url -- cgit v1.2.3