diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-30 09:21:04 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-30 09:21:04 +0200 |
commit | b4c8bcfbbf776783b11644f8917409d143d84962 (patch) | |
tree | 187f6196fe519719550cc898349c04a8d0bd1a54 | |
parent | 7146bddc60712f3b6cff67514894d0057df31469 (diff) |
autoload for search-tags-query for tags completion
-rw-r--r-- | lisp/mastodon-toot.el | 1 |
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") |