The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f33f5e
)
Fixed style issue (thanks flycheck)
author
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 8 Jun 2019 23:39:51 +0000
(
01:39
+0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 8 Jun 2019 23:39:51 +0000
(
01:39
+0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
8b24af3
..
16b4cba
100644
(file)
--- 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))