]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/src/comp-tests.el (61917-1): Underscore unused parameter.
authorMattias Engdegård <mattiase@acm.org>
Fri, 7 Apr 2023 17:19:58 +0000 (19:19 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 7 Apr 2023 17:19:58 +0000 (19:19 +0200)
test/src/comp-tests.el

index c5e5b346adb6b6383ccd5f8c17e4585608c9c508..4682cac450ec7d9f1c9916d4cd04645e9e5ee08b 100644 (file)
@@ -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