diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mastodon-toot.el | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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. | 
