diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-12 18:08:31 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-12 18:08:31 +0200 |
commit | 9d2a85b36d8d32a0ac5dcecc7cfd1223bf908056 (patch) | |
tree | 4b4eecc212baeacce4146549b134fde537e8d42f /lisp/mastodon-profile.el | |
parent | 869917a0e770449040a6fbc15a80365fe6c86bdf (diff) |
flychecks
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) |