branch: elpa/mastodon
commit 406d7b30da26fc3369ceaa815148cc7d8df39a03
Merge: 4a2d04ef3b9 587e0c347b9
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    Merge branch 'develop'
---
 lisp/mastodon-toot.el | 2 +-
 lisp/mastodon.el      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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."
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 02a28433cf9..fab187b66ef 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -6,7 +6,7 @@
 ;; Author: Johnson Denen <[email protected]>
 ;;         Marty Hiatt <[email protected]>
 ;; Maintainer: Marty Hiatt <[email protected]>
-;; Version: 2.0.4
+;; Version: 2.0.5
 ;; Package-Requires: ((emacs "28.1") (persist "0.8") (tp "0.7"))
 ;; Homepage: https://codeberg.org/martianh/mastodon.el
 

Reply via email to