emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 308e70c4e6 10/76: auth: user-error not error in g


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 308e70c4e6 10/76: auth: user-error not error in get-token
Date: Sun, 30 Mar 2025 13:01:42 -0400 (EDT)

branch: elpa/mastodon
commit 308e70c4e6ddf78704bfc046a2ea618a969586ed
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]