aboutsummaryrefslogtreecommitdiff
path: root/emms-bookmarks.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-bookmarks.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-bookmarks.el')
-rw-r--r--emms-bookmarks.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-bookmarks.el b/emms-bookmarks.el
index 5bbd9aa..e5e20b3 100644
--- a/emms-bookmarks.el
+++ b/emms-bookmarks.el
@@ -100,8 +100,8 @@ FAILURE-MESSAGE should be a string."
(if m
(progn
(emms-player-seek-to (cdr m))
- (message (car m)))
- (message failure-message))))
+ (message "%s" (car m)))
+ (message "%s" failure-message))))
;; entry points