diff options
author | Abhiseck Paira <abhiseckpaira@disroot.org> | 2021-12-28 18:51:39 +0530 |
---|---|---|
committer | Abhiseck Paira <abhiseckpaira@disroot.org> | 2022-01-17 20:27:54 +0530 |
commit | 257209846e30e9ad7ac410e7dc7c72ecddb0b6ad (patch) | |
tree | 319f6bd637209aafc36eed9d9abd3009076038f7 /lisp/mastodon-client.el | |
parent | 639f89eb714efea5062bdbf21995033f57ea5207 (diff) |
define autoloads and defvars to silence the byte compiler
Diffstat (limited to 'lisp/mastodon-client.el')
-rw-r--r-- | lisp/mastodon-client.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon-client.el b/lisp/mastodon-client.el index e0ae34c..13e0150 100644 --- a/lisp/mastodon-client.el +++ b/lisp/mastodon-client.el @@ -32,8 +32,10 @@ (require 'plstore) (require 'json) +(require 'url) (defvar mastodon-instance-url) +(defvar mastodon-active-user) (autoload 'mastodon-http--api "mastodon-http") (autoload 'mastodon-http--post "mastodon-http") |