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-toot.el | |
parent | 0185eefe088f32fe152dcee4959f86785a96ba39 (diff) |
Fix some compilation errors
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 3e865b3..50be7b7 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -28,7 +28,7 @@ ;;; Code: -(require 'mastodon-auth) +(require 'mastodon-auth nil t) (defgroup mastodon-toot nil "Capture Mastodon toots." |