diff options
author | mousebot <mousebot@riseup.net> | 2022-01-15 18:54:28 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-01-15 18:54:28 +0100 |
commit | 70546e4fd9951b31685a9063653b72b3ce6e44db (patch) | |
tree | 0faf1ede41581f5d2d14249c0f83358ad4fadcc0 /lisp/mastodon-notifications.el | |
parent | a6e43f8b4956e970b72f52e3a137e9a5cd43f2ed (diff) |
autoloads
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 1361099..c245edb 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -47,6 +47,8 @@ (autoload 'mastodon-tl--property "mastodon-tl.el") (autoload 'mastodon-tl--spoiler "mastodon-tl.el") (autoload 'mastodon-tl--toot-id "mastodon-tl.el") +(autoload 'mastodon-http--get-params-async-json "mastodon-http.el") +(defvar mastodon-tl--buffer-spec) (defvar mastodon-tl--display-media-p) (defvar mastodon-tl--buffer-spec) |