From 4247641fe4ac444777bca527bbbcda9eff454d27 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 4 Jun 2006 19:53:00 +0000 Subject: Miscellaneous minor cleanups. darcs-hash:20060604195311-1bfb2-c5ba94841afa0d32c9bc483a21e7c8302c8b9aaa.gz --- emms-streams.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emms-streams.el') diff --git a/emms-streams.el b/emms-streams.el index 10c0d05..f29296f 100644 --- a/emms-streams.el +++ b/emms-streams.el @@ -427,7 +427,8 @@ Don't forget to save your modifications !" (url (emms-stream-url line)) (fd (emms-stream-fd line)) (type (emms-stream-type line)) - (player (read (concat "emms-" emms-stream-default-action "-" (format "%s" type))))) + (player (read (concat "emms-" emms-stream-default-action "-" + (format "%s" type))))) (setq emms-stream-last-stream line) ;; (funcall emms-stream-default-action url) (funcall player url) -- cgit v1.2.3