aboutsummaryrefslogtreecommitdiff
path: root/emms-streams.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-06-04 19:53:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-06-04 19:53:00 +0000
commit4247641fe4ac444777bca527bbbcda9eff454d27 (patch)
tree5c1c7cbbecb543449f2ea0732e7df460944f90a0 /emms-streams.el
parent692400a23be7cc13834140638d8d69188917c8f7 (diff)
Miscellaneous minor cleanups.
darcs-hash:20060604195311-1bfb2-c5ba94841afa0d32c9bc483a21e7c8302c8b9aaa.gz
Diffstat (limited to 'emms-streams.el')
-rw-r--r--emms-streams.el3
1 files changed, 2 insertions, 1 deletions
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)