diff options
author | mousebot <mousebot@riseup.net> | 2021-12-17 22:43:48 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-12-17 22:43:48 +0100 |
commit | 5c894196298f8f5dfdddefeccb1e4694c0fc1a6f (patch) | |
tree | 800c6305055d19e85e04507e85f93a34b925758e | |
parent | 03bf9741f77b2c1292ab72148a4d60bb6fcfe3cc (diff) |
autoload typo
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
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") |