From 00ed0aa9d55573721928f1dcc48122c6bee1c692 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Thu, 27 Apr 2017 16:12:41 -0400 Subject: Quick feedback fix on toggle functions --- lisp/mastodon-toot.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index ce365a1..84d0286 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -73,7 +73,7 @@ Remove MARKER if RM is non-nil." (mastodon-toot--action action (lambda () (mastodon-toot--action-success "B" remove) - (message (format "%s #%s" msg id)))))) + (message (format "%s #%d" msg id)))))) (defun mastodon-toot--toggle-favourite () "Favourite/unfavourite toot at `point'." @@ -85,7 +85,7 @@ Remove MARKER if RM is non-nil." (mastodon-toot--action action (lambda () (mastodon-toot--action-success "F" remove) - (message (format "%sd #%s" action id)))))) + (message (format "%sd #%d" action id)))))) (defun mastodon-toot--kill () "Kill `mastodon-toot-mode' buffer and window. -- cgit v1.2.3