aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-streams.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emms-streams.el')
-rw-r--r--lisp/emms-streams.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el
index bece71e..b81abe7 100644
--- a/lisp/emms-streams.el
+++ b/lisp/emms-streams.el
@@ -323,7 +323,7 @@ POPUP-HEIGHT is the height of the new frame, defaulting to
(let ((file (expand-file-name file)))
(if (file-readable-p file)
(with-temp-buffer
- (insert-file-contents-literally file)
+ (emms-insert-file-contents file)
(goto-char (point-min))
(read (current-buffer)))
emms-stream-default-list)))