aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 4d8df7e..ad3de3c 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -459,9 +459,9 @@ links in the text. If TOOT is nil no parsing occurs."
(when (string= (cdr (assoc 'acct mention))
short-acct)
(setq return (cdr (assoc 'id mention))))
- (setq mention (pop mentions)))
+ (setq mention (pop mentions)))
return))
-
+
(defun mastodon-tl--extract-userhandle-from-url (url buffer-text)
"Returns the user hande the URL points to or nil if it is not a profile link.