diff options
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r-- | lisp/mastodon-auth.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index ed9b5cb..0814024 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -69,7 +69,9 @@ STATUS is passed by `url-retrieve'." (defun mastodon--register-and-return-client-app () "Register `mastodon' with an instance. Return `mastodon--client-app-plist'." - (mastodon--register-client-app)) + (progn + (mastodon--register-client-app) + mastodon--client-app-plist)) (defun mastodon--store-client-id-and-secret () "Store `:client_id' and `:client_secret' in a plstore." |