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-client.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-client.el') diff --git a/lisp/mastodon-client.el b/lisp/mastodon-client.el index e542129..4a338ea 100644 --- a/lisp/mastodon-client.el +++ b/lisp/mastodon-client.el @@ -29,7 +29,7 @@ ;;; Code: (require 'plstore) -(require 'mastodon-http) +(require 'mastodon-http nil t) (defgroup mastodon-client nil "Register your client with Mastodon." -- cgit v1.2.3