diff options
author | mousebot <mousebot@riseup.net> | 2021-05-26 21:15:38 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-26 21:15:38 +0200 |
commit | 225c0b4acf12cae8593035a1e1662586ec8c74a8 (patch) | |
tree | 354f946ac763be26f1f7ce2a888067006195185c /lisp/mastodon-tl.el | |
parent | e86aaaefe20e5ff3036751b91f4f8fec4aaf5394 (diff) |
flychecks and autoloads
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 298964d..dac3e66 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -48,6 +48,10 @@ (autoload 'mastodon-profile--extract-users-handles "mastodon-profile.el") (autoload 'mastodon-profile--my-profile "mastodon-profile.el") (autoload 'mastodon-toot--delete-toot "mastodon-toot") +(autoload 'mastodon-http--post "mastodon-http") +(autoload 'mastodon-http--triage "mastodon-http") +(autoload 'mastodon-http--get-json-async "mastodon-http") +(autoload 'mastodon-profile--lookup-account-in-status "mastodon-profile") (defvar mastodon-instance-url) (defvar mastodon-toot-timestamp-format) |