From: Tim Vaughan Date: Mon, 10 Jun 2019 15:42:07 +0000 (+0200) Subject: Fixed bug introduced in previous commit. X-Git-Tag: v1.2.0~21 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=327849c1705cd459284775025076887eb3558c33 Fixed bug introduced in previous commit. --- diff --git a/elpher.el b/elpher.el index 8f0d39b..51309f7 100644 --- 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