diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-24 17:28:52 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-24 17:38:41 +0100 |
commit | e311d491977fb9012d30ed146231f95ea52008af (patch) | |
tree | fce58763e2dee8f52f9e554a73fc2383e7be5792 /lisp/mastodon-toot.el | |
parent | 78f1100f5651e498468d42d9830daed924b1237b (diff) |
docstrings and autoloads
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 4f9fb1b..0e21b0e 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -84,6 +84,7 @@ (autoload 'mastodon-http--build-array-params-alist "mastodon-http") (autoload 'mastodon-tl--get-endpoint "mastodon-tl") (autoload 'mastodon-http--put "mastodon-http") +(autoload 'mastodon-tl--return-fave-char "mastodon-tl") ;; for mastodon-toot--translate-toot-text (autoload 'mastodon-tl--content "mastodon-tl") |