diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-22 21:01:08 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-22 21:01:08 +0200 |
commit | 169e751e3cf6a23bc5f9cef2a23080cd549c3f05 (patch) | |
tree | 316519be09230948b0bbd3541680fe81c66afbdd /lisp/mastodon-toot.el | |
parent | b08f59573b615045cd6d73966eaeb2779fc70cd2 (diff) |
flycheck toot.el
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index f3b8e21..864d767 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1141,7 +1141,7 @@ arg, a candidate." (cadr (assoc candidate mastodon-toot-completions))) (defun mastodon-toot--emoji-annotation-fun (candidate) - "." + "CANDIDATE." ;; TODO: emoji image as annot (cdr (assoc candidate mastodon-toot-completions))) |