diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-06-02 10:51:48 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-06-02 10:51:48 +0200 |
commit | 63a07d2ff4bff73d377ab4931cf0fb1fd7d51146 (patch) | |
tree | 7bd4110703803bf26ed75e2485dc12d6513a0840 /lisp/mastodon-notifications.el | |
parent | 9239f652265e0a3f29f73c442a1b2d3d0b3e5c16 (diff) |
flycheck
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index c26d0b0..5806893 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -261,7 +261,7 @@ Status notifications are given when (equal type 'follow-request) (equal type 'mention)) 'mastodon-tl--byline-author - (lambda (_status &rest args) ; unbreak stuff + (lambda (_status &rest _args) ; unbreak stuff (mastodon-tl--byline-author note))) ;; action-byline (lambda (_status) |