From c0ea2609fc6c3e26047f4b9d10dc04348b60719c Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Fri, 15 Feb 2008 05:01:00 +0000 Subject: emms-url: Include forward slashes in URL regexp. darcs-hash:20080215050112-1bfb2-ab58d7205a9dc94b780e463d69a946e9bc2cdc06.gz --- emms-url.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3