branch: elpa/mastodon commit cc252f0c1c8d76dca658981ac933e27af9353fc5 Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
fix byte-compile errors auth.el --- lisp/mastodon-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index d79eb60e6a..2902c3195c 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -48,12 +48,12 @@ (autoload 'mastodon-http--post "mastodon-http") (autoload 'mastodon-return-credential-account "mastodon") (autoload 'mastodon-client--general-read "mastodon-client") +(autoload 'mastodon-client--token-file "mastodon-client") (defvar mastodon-instance-url) (defvar mastodon-client-scopes) (defvar mastodon-client-redirect-uri) (defvar mastodon-active-user) -(defvar mastodon-client--token-file) (defgroup mastodon-auth nil "Authenticate with Mastodon."