diff options
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index bee1b26..56a7b49 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -79,6 +79,8 @@ (autoload 'mastodon-toot--get-max-toot-chars "mastodon-toot") (autoload 'mastodon-views--add-account-to-list "mastodon-views") (autoload 'mastodon-return-credential-account "mastodon") +(autoload 'mastodon-tl--buffer-property "mastodon-tl") +(autoload 'mastodon-search--search-query "mastodon-search") (defvar mastodon-tl--horiz-bar) (defvar mastodon-tl--update-point) |