aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-12-17 22:43:48 +0100
committermousebot <mousebot@riseup.net>2021-12-17 22:43:48 +0100
commit5c894196298f8f5dfdddefeccb1e4694c0fc1a6f (patch)
tree800c6305055d19e85e04507e85f93a34b925758e /lisp/mastodon-toot.el
parent03bf9741f77b2c1292ab72148a4d60bb6fcfe3cc (diff)
autoload typo
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 230f7d2..31613d0 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -50,7 +50,7 @@
(autoload 'mastodon-http--api "mastodon-http")
(autoload 'mastodon-http--delete "mastodon-http")
(autoload 'mastodon-http--get-json "mastodon-http")
-(autoload 'mastodon-http--get-json-async "mastodon-htpp")
+(autoload 'mastodon-http--get-json-async "mastodon-http")
(autoload 'mastodon-http--post "mastodon-http")
(autoload 'mastodon-http--post-media-attachment "mastodon-http")
(autoload 'mastodon-http--process-json "mastodon-http")