diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 22:39:57 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 22:39:57 +0200 |
commit | 90bcebbd1750a0253541c136503b82b8803eccd3 (patch) | |
tree | 0519d859dab6928b7e81ec09b78d043933473ae0 /lisp | |
parent | f7526642d302ea504f4be2e7dcb5846ecb764ccb (diff) |
tl autoload for search pagination
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 7814a69..7432f2d 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -84,6 +84,7 @@ (autoload 'mastodon-toot--update-status-fields "mastodon-toot") (autoload 'mastodon-search--buf-type "mastodon-search") (autoload 'mastodon-http--api-search "mastodon-http") +(autoload 'mastodon-views--insert-users-propertized-note "mastodon-views") ; for search pagination (defvar mastodon-toot--visibility) (defvar mastodon-toot-mode) |