From 967d2835da2a77a0f4935a2392f667e0330608c8 Mon Sep 17 00:00:00 2001 From: Holger Durer Date: Thu, 8 Mar 2018 18:06:40 +0000 Subject: Clean up code to remove compilation warnings. We used to be clean but have slipped recently. Let's clean up the code so it's easier to see real code smell warnings in the compilation. --- lisp/mastodon-auth.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/mastodon-auth.el') diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index e9889d9..17f19e3 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -32,6 +32,8 @@ (require 'plstore) (autoload 'mastodon-client "mastodon-client") +(autoload 'mastodon-http--api "mastodon-http") +(autoload 'mastodon-http--get-json "mastodon-http") (autoload 'mastodon-http--post "mastodon-http") (defvar mastodon-instance-url) -- cgit v1.2.3