aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-search.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r--lisp/mastodon-search.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el
index 80a26ff..b5900c7 100644
--- a/lisp/mastodon-search.el
+++ b/lisp/mastodon-search.el
@@ -121,7 +121,7 @@ QUERY is the string to search."
tags))
;; (status-list (mapcar #'mastodon-search--get-status-info
;; statuses))
- (status-ids-list (mapcar 'mastodon-search--get-id-from-status
+ (status-ids-list (mapcar #'mastodon-search--get-id-from-status
statuses))
(toots-list-json (mapcar #'mastodon-search--fetch-full-status-from-id
status-ids-list)))
@@ -153,7 +153,7 @@ QUERY is the string to search."
" STATUSES\n"
" ------------\n")
'success))
- (mapc 'mastodon-tl--toot toots-list-json)
+ (mapc #'mastodon-tl--toot toots-list-json)
(goto-char (point-min))))))
(defun mastodon-search--insert-users-propertized (json &optional note)