From 91b99e67010d83ec6791e73c8b416e386aacbd90 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sun, 23 Apr 2017 23:27:35 -0400 Subject: Fix some compilation errors --- lisp/mastodon-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-auth.el') diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index 6250659..6ec4fb4 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -29,7 +29,7 @@ ;;; Code: (require 'plstore) -(require 'mastodon-client) +(require 'mastodon-client nil t) (defgroup mastodon-auth nil "Authenticate with Mastodon." -- cgit v1.2.3