diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-10-30 20:15:08 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-10-30 20:15:08 +0100 |
commit | 1ce402833eba468f617195499dde770b1de33c5c (patch) | |
tree | 8020a46524a15133699f868f19e99bb8b31ade37 /lisp/mastodon-toot.el | |
parent | e380f74a44e04b7eab0a8c90224d92cc84090ef7 (diff) |
flychecks
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index e10e7e8..b2f860f 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -91,6 +91,7 @@ (autoload 'mastodon-views--cancel-scheduled-toot "mastodon-views") (autoload 'mastodon-views--view-scheduled-toots "mastodon-views") (autoload 'org-read-date "org") +(autoload 'mastodon-tl--toot-or-base "mastodon-tl") ;; for mastodon-toot--translate-toot-text (autoload 'mastodon-tl--content "mastodon-tl") |