branch: elpa/mastodon
commit f2c968298e5fe131b57a9aa4c1fd919b2a02cecb
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    toot-insert-emoji: call-interactively for emoji-search. FIX #701.
---
 lisp/mastodon-toot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 02b4d1f0b03..463abe3496e 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -804,7 +804,7 @@ TEXT-ONLY means don't check for attachments or polls."
   (interactive)
   (if mastodon-use-emojify
       (emojify-insert-emoji)
-    (emoji-search))) ;; 29.1
+    (call-interactively #'emoji-search))) ;; 29.1
 
 (defun mastodon-toot--emoji-dir ()
   "Return the file path for the mastodon custom emojis directory."

Reply via email to