projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0c2b1
)
; * test/src/comp-tests.el (61917-1): Underscore unused parameter.
author
Mattias Engdegård
<mattiase@acm.org>
Fri, 7 Apr 2023 17:19:58 +0000
(19:19 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Fri, 7 Apr 2023 17:19:58 +0000
(19:19 +0200)
test/src/comp-tests.el
patch
|
blob
|
history
diff --git
a/test/src/comp-tests.el
b/test/src/comp-tests.el
index c5e5b346adb6b6383ccd5f8c17e4585608c9c508..4682cac450ec7d9f1c9916d4cd04645e9e5ee08b 100644
(file)
--- 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