aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-auth.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-31 11:51:23 +0200
committermousebot <mousebot@riseup.net>2021-06-01 13:33:07 +0200
commit35d7133bfc5060e76dfe91526da399ddb8559600 (patch)
tree150e9d31cd6153ee76e9cfad525d96aff8c7c3db /lisp/mastodon-auth.el
parent1ff6d8ef35f83ada24fafd3656dde0a1da57922a (diff)
foll reqs/faves bindings global, autoloads and declarations, readme
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r--lisp/mastodon-auth.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el
index 3c61848..4bd1cce 100644
--- a/lisp/mastodon-auth.el
+++ b/lisp/mastodon-auth.el
@@ -32,6 +32,7 @@
(require 'plstore)
(require 'auth-source)
(require 'json)
+(eval-when-compile (require 'subr-x)) ; for if-let
(autoload 'mastodon-client "mastodon-client")
(autoload 'mastodon-http--api "mastodon-http")