aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-13 22:29:54 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-13 22:29:54 +0200
commitfedba9ed92ed2b4adb12054910bef97f35a15a2a (patch)
treea848149e353aac42d895f3d0cd601c2424fa16d5
parentb01797b70227c01d63a593abda281fae720a56c9 (diff)
autoload
-rw-r--r--lisp/mastodon-search.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el
index 4f41a86..f4ce07d 100644
--- a/lisp/mastodon-search.el
+++ b/lisp/mastodon-search.el
@@ -45,6 +45,7 @@
(autoload 'mastodon-tl--timeline "mastodon-tl")
(autoload 'mastodon-tl--toot "mastodon-tl")
(autoload 'mastodon-tl--buffer-property "mastodon-tl")
+(autoload 'mastodon-http--api-search "mastodon-http")
(defvar mastodon-toot--completion-style-for-mentions)
(defvar mastodon-instance-url)