diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-09 18:51:15 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-09 18:51:15 +0200 |
commit | 2f45c1d4b136f8d8fb5f01d923c497774fb7e3a9 (patch) | |
tree | cb92bf5fa9bea50e55729f6e4d524bc3d3b814ef | |
parent | 95783691ab152ad5b1da5c9fbdfe638983565ab1 (diff) |
expand-content-warnings custom: don't quote server symbol
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index e94d2a1..8d1b5ea 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 |