diff options
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index b5b1d87..13a410b 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -276,7 +276,7 @@ not, just browse the URL in the normal fashion." (interactive) (let* ((query (or query-url (url-get-url-at-point) - (mastodon-tl--property 'shr-url) + (get-text-property (point) 'shr-url) (read-string "Lookup URL: ")))) ;; TODO: test for a likely masto link and just browse-url if not (save-match-data |