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

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

[nongnu] elpa/mastodon 2f45c1d4b1 07/13: expand-content-warnings custom:


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 2f45c1d4b1 07/13: expand-content-warnings custom: don't quote server symbol
Date: Thu, 12 Oct 2023 10:01:27 -0400 (EDT)

branch: elpa/mastodon
commit 2f45c1d4b136f8d8fb5f01d923c497774fb7e3a9
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    expand-content-warnings custom: don't quote server symbol
---
 lisp/mastodon-tl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index e94d2a155e..8d1b5ea1f4 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -181,7 +181,7 @@ either unset `mastodon-profile-acccount-preferences-data' 
and
 re-load mastodon.el, or restart Emacs."
   :type '(choice (const :tag "true" t)
                  (const :tag "false" nil)
-                 (const :tag "follow server setting" 'server)))
+                 (const :tag "follow server setting" server)))
 
 ;;; VARIABLES
 



reply via email to

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