aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-12 14:56:33 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-12 14:56:33 +0200
commit6eef69b247a20cea4bb1fc598cfc9e69deb7fb91 (patch)
treeda8f5b87504229c5bda387af7324e283a19f5481 /lisp
parent479bdf4becba035a74243514ce82d37c12d02bfa (diff)
url-lookup: shr-browse-url not browse-url, for keymap
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index d773d24..5d41858 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -280,7 +280,7 @@ not, just browse the URL in the normal fashion."
(get-text-property (point) 'shr-url)
(read-string "Lookup URL: "))))
(if (not (mastodon--masto-url-p query))
- (browse-url query)
+ (shr-browse-url query)
(message "Performing lookup...")
(let* ((url (format "%s/api/v2/search" mastodon-instance-url))
(param (concat "resolve=t")) ; webfinger