From 8477f3aa37f2145a16e6aa627de92844094c2453 Mon Sep 17 00:00:00 2001 From: mousebot Date: Sun, 3 Oct 2021 20:33:56 +0200 Subject: make mastodon-toot--insert-emoji an alias --- lisp/mastodon-toot.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp') 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." -- cgit v1.2.3