branch: elpa/mastodon commit d80db8e0febce72d4c7b49fa8a2abc26256d8b8e Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
autoloads --- lisp/mastodon-tl.el | 1 + lisp/mastodon.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 2923a204da..b1a5b90cdd 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -96,6 +96,7 @@ (autoload 'mastodon-notifications--timeline "mastodon-notifications") (autoload 'mastodon-notifications--empty-group-json-p "mastodon-notifications") (autoload 'mastodon-search--print-tags "mastodon-search") +(autoload 'mastodon-profile-show-user "mastodon-profile") (defvar mastodon-toot--visibility) (defvar mastodon-toot-mode) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 4407a154c7..404ba2cf42 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -73,6 +73,8 @@ (when (require 'lingva nil :no-error) (autoload 'mastodon-toot-translate-toot-text "mastodon-toot")) (autoload 'mastodon-toot--view-toot-history "mastodon-tl") +(autoload 'mastodon-tl-return "mastodon-tl") +(autoload 'mastodon-tl-jump-to-followed-tag "mastodon-tl") ;; for M-x visibility ;; (views.el uses `mastodon-mode-map', so we can't easily require it)