branch: elpa/mastodon commit 308e70c4e6ddf78704bfc046a2ea618a969586ed Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
auth: user-error not error in get-token --- 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 c10429c470..22b8c8428f 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -194,7 +194,7 @@ Generate/save token if none known yet." ;; `mastodon-active-user'. Make user aware and error out. (mastodon-auth--show-notice mastodon-auth--user-unaware "*mastodon-notice*") - (error "Variables not set properly")) + (user-error "Variables not set properly")) (t ;; user access-token needs to fetched from the server and ;; stored and variables initialised.