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 711ad6f..c394eaf 100644
--- a/lisp/emms-streams.el
+++ b/lisp/emms-streams.el
@@ -436,7 +436,7 @@ Don't forget to run `emms-stream-save-bookmarks-file' after !"
(read-string "Name of the bookmark: ")
(read-string "URL: ")
nil
- (completing-read
+ (emms-completing-read
"Type (url, streamlist, or lastfm): "
(mapcar #'list '("url" "streamlist" "lastfm")))))
(unless fd (setq fd (emms-stream-determine-fd name)))