diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-04-24 19:56:26 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-04-24 19:56:26 +0200 |
commit | d0853f95dd9ae3f6c467e5fe603cee863ff217c5 (patch) | |
tree | 86f7a7f7fa49ecfdbb5f733e63bfa80db55dd02a /lisp/mastodon-media.el | |
parent | 608deff68713e7ea2561d0334b81a6a58e568f66 (diff) |
-media.el: require image-mode
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") |