aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-player-mpd.el
diff options
context:
space:
mode:
authorWilliam Xu <william.xwl@gmail.com>2009-08-06 18:50:21 +0800
committerWilliam Xu <william.xwl@gmail.com>2009-08-06 18:50:21 +0800
commitf64f5d9b9b3b1546d247033198504f164c2919ee (patch)
tree55e88ee4836135ced78fe02da094aad997810e69 /lisp/emms-player-mpd.el
parent97344c85a0657e479177620daa5b3bdc956e31fb (diff)
parent3e001aacb45633583282001d49634e080deaf8d7 (diff)
Merge branch 'master' of ssh://xwl@git.sv.gnu.org/srv/git/emms
Diffstat (limited to 'lisp/emms-player-mpd.el')
-rw-r--r--lisp/emms-player-mpd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-player-mpd.el b/lisp/emms-player-mpd.el
index 539dce6..fa8f911 100644
--- a/lisp/emms-player-mpd.el
+++ b/lisp/emms-player-mpd.el
@@ -775,7 +775,7 @@ Execute CALLBACK with CLOSURE as its first argument when done.
This handles both m3u and pls type playlists."
;; This is useful for playlists of playlists
(with-temp-buffer
- (insert-file-contents playlist)
+ (emms-insert-file-contents playlist)
(emms-player-mpd-add-buffer-contents (current-buffer) closure callback)))
(defun emms-player-mpd-add-streamlist (url closure callback)