X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=16b4cba66c0fe56a54363c48107ee5902cb210d6;hp=8b24af39d001175127af6080f0f3583d1b6419e2;hb=5ea1f6b6e2ec83290d9112accf961f235347101e;hpb=2f33f5ec76fddcafff5d792d59110b31ad2de533 diff --git a/elpher.el b/elpher.el index 8b24af3..16b4cba 100644 --- a/elpher.el +++ b/elpher.el @@ -630,7 +630,7 @@ host, selector and port." (let ((host-or-url (read-string "Gopher host or URL: "))) (if (string-match elpher-url-regex host-or-url) (if (not (string= (downcase (match-string 1 host-or-url)) "gopher")) - (error "Only gopher URLs acceptable.") + (error "Only gopher URLs acceptable") (let* ((host (match-string 2 host-or-url)) (port (if (match-string 3 host-or-url) (string-to-number (substring (match-string 3 host-or-url) 1))