diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-21 13:02:20 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-21 13:02:20 +0200 |
commit | 18e44cd82313952d35be7d8b8c5ca86a885d4703 (patch) | |
tree | 1c6bf2829dd23cba54f4e2b831b6edfc9d8c78cf /lisp/mastodon-media.el | |
parent | d54aa9aa3e4276b9519ff9123e9dc0c123d9dd3b (diff) | |
parent | e6bdc008ed3f66fd5c6903c491e1cf6d4dafd2f3 (diff) |
Merge branch 'develop'
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 bc902aa..3f6d0df 100644 --- a/lisp/mastodon-media.el +++ b/lisp/mastodon-media.el @@ -35,6 +35,7 @@ ;;; Code: (require 'url-cache) (require 'mm-decode) +(require 'image-mode) (autoload 'mastodon-tl--propertize-img-str-or-url "mastodon-tl") |