aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-media.el
diff options
context:
space:
mode:
authorAlexander Griffith <griffitaj@gmail.com>2017-04-24 22:38:23 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-24 23:18:59 -0400
commite08939dd217f001857238cb1f588743fbffb6c97 (patch)
tree86bcfba5f13d7e297a517a0bc08844aa54fd6e9c /lisp/mastodon-media.el
parent858a059d0932c8c67885f26a22f6072a19e768f5 (diff)
Fixed defgroup docstring for mastodon-mediae
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)