]> git.eshelyaron.com Git - emacs.git/commit
Move quoted lambda funarg check and expand coverage
authorMattias Engdegård <mattiase@acm.org>
Tue, 13 Jun 2023 12:08:11 +0000 (14:08 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 13 Jun 2023 12:27:48 +0000 (14:27 +0200)
commitef1394fca0405bb3738f4f08c21c2d0ca8602d52
treea89c64257f151d2d265e0c5dacdd434838fd21c2
parentba349aa32e98a53146794197c316f4765598ddbd
Move quoted lambda funarg check and expand coverage

* lisp/emacs-lisp/macroexp.el (macroexp--expand-all):
Move check for incorrectly quoted lambda arguments from here...
* lisp/emacs-lisp/bytecomp.el (byte-compile-form):
... to here, which should provide more detection opportunities.
Expand the set of functions for which this check is performed, now
also for some keyword arguments.
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/macroexp.el