diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 10:45:05 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 10:45:31 +0100 |
commit | d711903e751125875467982a8ba843a75f45eedc (patch) | |
tree | ec5dcb09b818e840bd87ee14fccae719f99b71fb /lisp/mastodon.el | |
parent | cd14b3b9b92307142faae70f7c6bc412408a4314 (diff) |
use tl--property 'prop :no-move. FIX #416
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 d54380d..8875419 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -309,7 +309,7 @@ not, just browse the URL in the normal fashion." (interactive) (let* ((query (or query-url (thing-at-point-url-at-point) - (get-text-property (point) 'shr-url) + (mastodon-tl--property 'shr-url :no-move) (read-string "Lookup URL: ")))) (if (not (mastodon--masto-url-p query)) ;; this doesn't work as shr-browse-url doesn't take a url arg |