diff options
author | mousebot <mousebot@riseup.net> | 2021-10-03 20:33:56 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-03 20:33:56 +0200 |
commit | 8477f3aa37f2145a16e6aa627de92844094c2453 (patch) | |
tree | 5f10dbbb33e411ba03b8a511a1fad79f42b2a404 /lisp/mastodon-toot.el | |
parent | 0be3f27b8e97b4e765fc67dfc4b6c0a107d685bd (diff) |
make mastodon-toot--insert-emoji an alias
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 6 |
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." |