diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 23:27:35 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 23:27:35 -0400 |
commit | 91b99e67010d83ec6791e73c8b416e386aacbd90 (patch) | |
tree | 29584c7ea945ec9ee8d4ad9adf5a74b84686bb3d /lisp/mastodon-client.el | |
parent | 0185eefe088f32fe152dcee4959f86785a96ba39 (diff) |
Fix some compilation errors
Diffstat (limited to 'lisp/mastodon-client.el')
-rw-r--r-- | lisp/mastodon-client.el | 2 |
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." |