aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mastodon-toot.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index dfe9ead..c28bcb1 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -280,9 +280,9 @@ Remove MARKER if REMOVE is non-nil, otherwise add it."
(interactive)
(mastodon-toot--kill))
-(defun mastodon-toot--insert-emoji ()
- "Prompt to insert an emoji."
- (emojify-insert-emoji))
+(defalias 'mastodon-toot--insert-emoji
+ 'emojify-insert-emoji
+ "Prompt to insert an emoji.")
(defun mastodon-toot--remove-docs ()
"Get the body of a toot from the current compose buffer."