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:58:35 +0100
commit4372c24df308a9495ba17378b7e8e003cf3576e8 (patch)
tree8482e055f68d77ee6035aa1f5c21294900f94565 /lisp/mastodon-toot.el
parente97547a1604944cb281d95c3e94848f2b559a16d (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 ()