aboutsummaryrefslogtreecommitdiff
path: root/emms-url.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-url.el')
-rw-r--r--emms-url.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-url.el b/emms-url.el
index 59c09f5..302ce36 100644
--- a/emms-url.el
+++ b/emms-url.el
@@ -36,7 +36,7 @@ e.g.,
(url-quote \"abc def\") => \"abc%20def\"."
(or safe (setq safe ""))
(save-match-data
- (string-match "\\`\\([^:]+:\\)\\(.+\\)\\'" s)
+ (string-match "\\`\\([^:]+://\\)\\(.+\\)\\'" s)
(let ((handler (match-string 1 s))
(loc (or (match-string 2 s) s)))
(concat handler