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