emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4489d89783b 2/2: ; * test/src/comp-tests.el (61917-1): Underscore


From: Mattias Engdegård
Subject: master 4489d89783b 2/2: ; * test/src/comp-tests.el (61917-1): Underscore unused parameter.
Date: Fri, 7 Apr 2023 13:26:40 -0400 (EDT)

branch: master
commit 4489d89783b688c3ec2794cb1b676ffc31648bca
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]