diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 22:29:54 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 22:29:54 +0200 |
commit | fedba9ed92ed2b4adb12054910bef97f35a15a2a (patch) | |
tree | a848149e353aac42d895f3d0cd601c2424fa16d5 /lisp/mastodon-search.el | |
parent | b01797b70227c01d63a593abda281fae720a56c9 (diff) |
autoload
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 1 |
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) |