]> git.eshelyaron.com Git - emacs.git/commit
cl-macs-tests.el (cl-&key-arguments): Fix regression
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Jun 2023 20:14:32 +0000 (16:14 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Jun 2023 20:14:32 +0000 (16:14 -0400)
commit82875b15750401daa358c1bebaba5969b96f0d88
tree2f91e8dcb2ae87762d536015ab03d7ddb88466b3
parentcf4ccc58284de50959ea66b1cd2655ab2fa4d15b
cl-macs-tests.el (cl-&key-arguments): Fix regression

* lisp/emacs-lisp/bytecomp.el (byte-compile-form): Turn "cannot use
lexical var" errors into warnings.
Make the obey `with-suppressed-warnings`.

* test/lisp/emacs-lisp/cl-macs-tests.el (cl-&key-arguments):
Suppress warnings.
lisp/emacs-lisp/bytecomp.el
test/lisp/emacs-lisp/cl-macs-tests.el