diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-24 21:00:23 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-24 21:00:23 +0200 |
commit | 9d3a301dc8f80fdf2c07d32d2c3e416b560a33f4 (patch) | |
tree | cf43c3806417380711e8e84d270d62f266da7168 /lisp/mastodon-toot.el | |
parent | 8b6e7a2312556552fd26f81d7ebafc94e3ef1316 (diff) |
autoload image-trans-check. FIX #584.
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 762c313..832d03f 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -99,6 +99,7 @@ (autoload 'mastodon-tl--human-duration "mastodon-tl") (autoload 'mastodon-profile--get-preferences-pref "mastodon-profile") (autoload 'mastodon-views--get-own-instance "mastodon-views") +(autoload 'mastodon-tl--image-trans-check "mastodon-tl") ;; for mastodon-toot--translate-toot-text (autoload 'mastodon-tl--content "mastodon-tl") |