From 82cf1d7faa31c654a2984e9d96b4e8e033694cf6 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Tue, 11 Apr 2017 13:29:05 -0400 Subject: Remove progn and return register-client-app funcall --- lisp/mastodon-auth.el | 4 +--- 1 file changed, 1 insertion(+), 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." -- cgit v1.2.3