From: Mattias EngdegÄrd Date: Fri, 7 Apr 2023 17:19:58 +0000 (+0200) Subject: ; * test/src/comp-tests.el (61917-1): Underscore unused parameter. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4489d89783b688c3ec2794cb1b676ffc31648bca;p=emacs.git ; * test/src/comp-tests.el (61917-1): Underscore unused parameter. --- 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