From 59105e9e8cd06ad3621f263084461d0a5a5a4d63 Mon Sep 17 00:00:00 2001 From: mousebot Date: Sun, 13 Feb 2022 14:44:55 +0100 Subject: autoload http--api in search.el --- lisp/mastodon-search.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mastodon-search.el') 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) -- cgit v1.2.3