aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-25 16:37:29 +0200
committermousebot <mousebot@riseup.net>2021-10-25 16:37:29 +0200
commit3a892a4caa8b77c7f634f192ea22620af6506877 (patch)
tree7728a942655d3d6c0f682f9e5de059d9fb5e1e2b
parenta79210d516d59d4603f243299cc0f313200d91f4 (diff)
_args for update-status-fields
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 178df56..44b0b3b 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -731,7 +731,7 @@ REPLY-JSON is the full JSON of the toot being replied to."
(setq mastodon-toot--content-warning t)
(setq mastodon-toot--content-warning-from-reply-or-redraft reply-cw)))))
-(defun mastodon-toot--update-status-fields (&rest args)
+(defun mastodon-toot--update-status-fields (&rest _args)
"Update the status fields in the header based on the current state."
(ignore-errors ;; called from after-change-functions so let's not leak errors
(let ((inhibit-read-only t)