diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-31 08:43:13 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-31 08:43:13 +0100 |
commit | c241b0ba9d809157aa4bca659a6a2cc04f362932 (patch) | |
tree | 2492c180b0028a1df1751445ca1b66e6ba863bbc /lisp/mastodon-transient.el | |
parent | 16c4ddcd693068c738ae4bb271c60841f1912f4c (diff) | |
parent | 1e18934c705514dc3aad6170a50cd5875dab86bf (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-transient.el')
-rw-r--r-- | lisp/mastodon-transient.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-transient.el b/lisp/mastodon-transient.el index bbfbfc9..c96e1d5 100644 --- a/lisp/mastodon-transient.el +++ b/lisp/mastodon-transient.el @@ -332,7 +332,7 @@ Do not add more than the server's maximum setting." (not (y-or-n-p "Need more than one option. Proceed? "))) (and (> opts-count (mastodon-transient-max-poll-opts)) (not (y-or-n-p "More options than server max. Proceed? ")))) - (mastodon-create-poll) + (call-interactively #'mastodon-create-poll) ;; if we are called with no poll data, do not set: (unless (not vals) (setq tp-transient-settings |