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:
c0ff9d2
)
Prevent adding properties to node display strings.
author
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 20 Sep 2019 15:33:10 +0000
(17:33 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Fri, 20 Sep 2019 15:33:10 +0000
(17:33 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
acb7083
..
fcdd9f4
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-654,7
+654,7
@@
If ADDRESS is not supplied or nil the record is rendered as an
(insert string)
(goto-char (point-min))
(while (re-search-forward elpher-url-regex nil t)
- (let ((node (elpher-make-node (
match-string 0
)
+ (let ((node (elpher-make-node (
substring-no-properties (match-string 0)
)
(elpher-address-from-url (match-string 0)))))
(make-text-button (match-beginning 0)
(match-end 0)