aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
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 aca2230..4994fed 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -295,7 +295,7 @@ not, just browse the URL in the normal fashion."
((not (seq-empty-p
(alist-get 'accounts response)))
(let* ((accounts (assoc 'accounts response))
- (account (seq-first (cdr accounts)))
+ (account (seq-first (cdr accounts))))
(mastodon-profile--make-author-buffer account)))
(t
(browse-url query))))))))