branch: elpa/mastodon
commit 3f77204a0c7f5a14bc7601ba450b9dc84d5ac873
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
flycheck media.el
---
lisp/mastodon-media.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el
index 87b58b8b38..0e3c24a22b 100644
--- a/lisp/mastodon-media.el
+++ b/lisp/mastodon-media.el
@@ -39,6 +39,7 @@
(autoload 'mastodon-tl--propertize-img-str-or-url "mastodon-tl")
(autoload 'mastodon-tl--image-trans-check "mastodon-tl")
+(autoload 'mastodon-image-mode "mastodon-tl")
(defvar url-show-status)
@@ -334,7 +335,8 @@ image-data prop so it can be toggled."
(defvar mastodon-media--attachments nil
"A list attachment details for full sized image view buffer.
-The first element is the URL of the image displayed, followed by plists of
details of all of a toot's attachments.")
+The first element is the URL of the image displayed, followed by plists
+of details of all of a toot's attachments.")
(defun mastodon-media--process-full-sized-image-response
(status-plist url attachments &optional prev-buf)