branch: elpa/mastodon commit 3d853dbbc9436dc2949469bc41435e0366b06e2f Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
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)