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:
610923d
)
Fixed bug introduced in previous commit.
author
Tim Vaughan
<tgvaughan@gmail.com>
Mon, 10 Jun 2019 15:42:07 +0000
(17:42 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Mon, 10 Jun 2019 15:42:07 +0000
(17:42 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
8f0d39b
..
51309f7
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-483,7
+483,7
@@
calls, as is necessary if the match is performed by `string-match'."
(insert string)
(goto-char (point-min))
(while (re-search-forward elpher-url-regex nil t)
- (let ((node (elpher-make-node-from-matched-
string
)))
+ (let ((node (elpher-make-node-from-matched-
url elpher-current-node
)))
(make-text-button (match-beginning 0)
(match-end 0)
'elpher-node node