summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2023-04-07 19:19:58 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2023-04-07 19:19:58 +0200
commit4489d89783b688c3ec2794cb1b676ffc31648bca (patch)
treed351865cfec38d47ee5aa303269b87cfe2a06aa5
parent7c0c2b1bb539424af1bb72bd9caefedd66cfd3da (diff)
downloademacs-4489d89783b688c3ec2794cb1b676ffc31648bca.tar.gz
; * test/src/comp-tests.el (61917-1): Underscore unused parameter.
-rw-r--r--test/src/comp-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index c5e5b346adb..4682cac450e 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -536,7 +536,7 @@ https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-03/msg00914.html."
"Verify we can compile calls to redefined primitives with
dedicated byte-op code."
(let (x
- (f (lambda (fn &rest args)
+ (f (lambda (_fn &rest args)
(setq comp-test-primitive-redefine-args args))))
(advice-add #'delete-region :around f)
(unwind-protect