aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-30 09:21:04 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-30 09:21:04 +0200
commitb4c8bcfbbf776783b11644f8917409d143d84962 (patch)
tree187f6196fe519719550cc898349c04a8d0bd1a54 /lisp/mastodon-toot.el
parent7146bddc60712f3b6cff67514894d0057df31469 (diff)
autoload for search-tags-query for tags completion
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index be3aaad..23abb84 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -60,6 +60,7 @@
(autoload 'mastodon-http--read-file-as-string "mastodon-http")
(autoload 'mastodon-http--triage "mastodon-http")
(autoload 'mastodon-search--search-accounts-query "mastodon-search")
+(autoload 'mastodon-search--search-tags-query "mastodon-search")
(autoload 'mastodon-tl--as-string "mastodon-tl")
(autoload 'mastodon-tl--clean-tabs-and-nl "mastodon-tl")
(autoload 'mastodon-tl--field "mastodon-tl")