diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-19 22:20:44 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-19 22:20:44 +0200 |
commit | 9aeb84f4fd781f931e2e78573cbd85edd2a22db7 (patch) | |
tree | 9511637ea57e06d28e7f0afb4e389f6ea508ce3f /lisp/mastodon-media.el | |
parent | a47313e2fb1509028f022ac24ce311057023f4ca (diff) |
flychecks
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r-- | lisp/mastodon-media.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el index fff5d23..ccd258c 100644 --- a/lisp/mastodon-media.el +++ b/lisp/mastodon-media.el @@ -38,6 +38,7 @@ (require 'image-mode) (autoload 'mastodon-tl--propertize-img-str-or-url "mastodon-tl") +(autoload 'mastodon-tl--image-trans-check "mastodon-tl") (defvar url-show-status) |