aboutsummaryrefslogtreecommitdiff
path: root/emms-stream-info.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2007-04-08 23:38:00 +0000
committerMichael Olson <mwolson@gnu.org>2007-04-08 23:38:00 +0000
commit715b5a5c569640cc5a293bc3bada078d562b43f2 (patch)
tree993f94d7fabb3607a59641543641764844fee4c3 /emms-stream-info.el
parent7c05231415f877a3902f4f247b512c5373a08407 (diff)
Fix use of `message', silence mpd-show if callback given and no song playing
darcs-hash:20070408233853-1bfb2-c36da9a1961e7186ea3afd81445a011500cd7d64.gz
Diffstat (limited to 'emms-stream-info.el')
-rw-r--r--emms-stream-info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-stream-info.el b/emms-stream-info.el
index aee486c..779bbbc 100644
--- a/emms-stream-info.el
+++ b/emms-stream-info.el
@@ -334,7 +334,7 @@ not output a message and only return a string."
(when (emms-stream-info-get-key "name")
(if string-out
str
- (message str)))))
+ (message "%s" str)))))
(defun emms-stream-info-pretty-print-insert ()
"Insert the formatted output of 'emms-stream-info-get' at point."