diff options
author | mousebot <mousebot@riseup.net> | 2022-02-13 14:44:55 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-16 12:03:32 +0100 |
commit | 8e35045075695843b8c5d02d1d8fa20573e3ebf0 (patch) | |
tree | 9d59f0b3206527b714340fa6c584bc00ef930023 /lisp/mastodon-search.el | |
parent | c2db155596724b9fdbef2132811009e7d24bf86d (diff) |
autoload http--api in search.el
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 8c654cc..d17b054 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -39,6 +39,7 @@ (autoload 'mastodon-tl--as-string "mastodon-tl") (autoload 'mastodon-auth--access-token "mastodon-auth") (autoload 'mastodon-http--get-search-json "mastodon-http") +(autoload 'mastodon-http--api "mastodon-http") (defvar mastodon-instance-url) (defvar mastodon-tl--link-keymap) |