diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-14 13:54:59 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-14 13:54:59 -0400 |
commit | da84326539ef2e880ade0ab8dc033102d90c048e (patch) | |
tree | a52216bbd18aea1051e9446098238073e3f70f20 /lisp/mastodon.el | |
parent | 626c6f8607655c17906dadc418b0b47b2f774a78 (diff) |
Do some cleanup
- Rename toot--send and toot--cancel functions
- Add FIXME reminder
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index eb5718c..1bd1a66 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -49,6 +49,7 @@ (defvar mastodon--api-version "v1") +;; FIXME #25 (defun mastodon-version () "Message package version." (interactive) |