From 5ea1f6b6e2ec83290d9112accf961f235347101e Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Sun, 9 Jun 2019 01:39:51 +0200 Subject: [PATCH] Fixed style issue (thanks flycheck) --- elpher.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.20.1