]> git.eshelyaron.com Git - emacs.git/commit
Avoid unused argument warnings in lambda compiler macros
authorMattias Engdegård <mattiase@acm.org>
Sun, 28 Nov 2021 17:00:44 +0000 (18:00 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 28 Nov 2021 17:10:23 +0000 (18:10 +0100)
commit1e8074f5ea9e61a6fba33ab2af0c79b9af7d7a24
tree8c62d77d1c82b661604d36ca365cd6ca164c7668
parent58128f9b0554f2a7fb1c6638b463f5d4fcd98c7c
Avoid unused argument warnings in lambda compiler macros

* lisp/emacs-lisp/byte-run.el (byte-run--set-compiler-macro):
Don't warn when a compiler macro with lambda-form expander does not
use all the arguments of the function.  Nobody expected any warning
since the arguments look like free variables inside the lambda form.
lisp/emacs-lisp/byte-run.el