diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-27 22:36:19 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-02-27 22:36:19 +0100 |
commit | b32c59e32e41e8b94b2df8d65284f0fa508f67cd (patch) | |
tree | 0b2ce830736a39fce933948b70d826f8ceb7948e /lisp/mastodon.el | |
parent | 43c4ae168441f523088c8139a09e8636fff404f4 (diff) |
autoloads
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 2b620a9..9cf19b2 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -97,6 +97,8 @@ (autoload 'mastodon-tl--init-sync "mastodon-tl") (autoload 'mastodon-notifications--timeline "mastodon-notifications") (autoload 'mastodon-search--trending-tags "mastodon-search") +(autoload 'mastodon-tl--view-instance-description "mastodon-tl") +(autoload 'mastodon-tl--get-buffer-type "mastodon-tl") (defvar mastodon-notifications--map) |