aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@disroot.org>2024-10-30 14:57:51 +0100
committermarty hiatt <martianhiatus@disroot.org>2024-10-30 14:57:51 +0100
commit2b281fcc49957fc779c0bff0a1807c4beb2ef376 (patch)
treea1633f13a7c3cd36cce91041d36b91cb34f4a2e7 /lisp/mastodon-toot.el
parentdb0e6bdf54833df7ca89afe7341bd89e2e689f7b (diff)
byte-compile
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 4e116fa..82ebc90 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1429,7 +1429,7 @@ MAX is the maximum number set by their instance."
"Prompt for new poll options and return as a list."
(interactive)
(if mastodon-toot-poll-use-transient
- (mastodon-create-poll)
+ (call-interactively #'mastodon-create-poll)
(mastodon-toot--read-poll)))
(defun mastodon-toot--read-poll ()