branch: elpa/mastodon commit 6f8e635082323584455e015a5d687490dd3be33b Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
mastodon.el autoloads --- lisp/mastodon.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 48bf1ca218..8d40cdc6bc 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -103,6 +103,9 @@ (autoload 'mastodon-tl--scroll-up-command "mastodon-tl") (autoload 'special-mode "simple") (autoload 'mastodon-tl--thread-do "mastodon-tl") +(autoload 'mastodon-notifications-policy "mastodon-notifications") +(autoload 'mastodon-notifications--requests "mastodon-notifications") +(autoload 'mastodon-tl--tag-group-timeline "mastodon-tl") (defvar mastodon-tl--highlight-current-toot) (defvar mastodon-notifications--map)