aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-media.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r--lisp/mastodon-media.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el
index dded087..921300d 100644
--- a/lisp/mastodon-media.el
+++ b/lisp/mastodon-media.el
@@ -30,10 +30,10 @@
;; required by the server and client.
;;; Code:
-(require 'mastodon-http)
+(require 'mastodon-http nil t)
(defgroup mastodon-media nil
- "Inline Mastadon media"
+ "Inline Mastadon media."
:prefix "mastodon-media-"
:group 'mastodon)