From 4489d89783b688c3ec2794cb1b676ffc31648bca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Fri, 7 Apr 2023 19:19:58 +0200 Subject: [PATCH] ; * test/src/comp-tests.el (61917-1): Underscore unused parameter. --- test/src/comp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2