From d1458ad0c1bf95a685a3b9ff3e4750ce82305d7a Mon Sep 17 00:00:00 2001 From: mousebot Date: Thu, 23 Sep 2021 13:18:44 +0200 Subject: fix formatting of mastodon-toot-default-visibility --- lisp/mastodon-toot.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 1f65cbf..97841b5 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -58,10 +58,11 @@ Must be one of \"public\", \"unlisted\", \"private\", or \"direct\"." :group 'mastodon-toot - :type '(choice ("public" - "unlisted" - "private" - "direct"))) + :type 'choice + :options '("public" + "unlisted" + "private" + "direct")) (defvar mastodon-toot--content-warning nil "A flag whether the toot should be marked with a content warning.") -- cgit v1.2.3