From e08939dd217f001857238cb1f588743fbffb6c97 Mon Sep 17 00:00:00 2001 From: Alexander Griffith Date: Mon, 24 Apr 2017 22:38:23 -0400 Subject: Fixed defgroup docstring for mastodon-mediae --- lisp/mastodon-media.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mastodon-media.el') 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) -- cgit v1.2.3