aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-client.el
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-23 23:27:35 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-23 23:27:35 -0400
commit91b99e67010d83ec6791e73c8b416e386aacbd90 (patch)
tree29584c7ea945ec9ee8d4ad9adf5a74b84686bb3d /lisp/mastodon-client.el
parent0185eefe088f32fe152dcee4959f86785a96ba39 (diff)
Fix some compilation errors
Diffstat (limited to 'lisp/mastodon-client.el')
-rw-r--r--lisp/mastodon-client.el2
1 files changed, 1 insertions, 1 deletions
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."