]> git.eshelyaron.com Git - emacs.git/commit
Move malformed-function warning from byte-opt to cconv (bug#67483)
authorMattias Engdegård <mattiase@acm.org>
Wed, 29 Nov 2023 16:51:46 +0000 (17:51 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 30 Nov 2023 10:31:09 +0000 (11:31 +0100)
commit8525be6d5eca0c75008ec1dc799cae537156feea
treef9bb78a98e79fe848aec3148dac5c67818352f48
parente87644baa3239ce57a5620d3d38352acc1113fa4
Move malformed-function warning from byte-opt to cconv (bug#67483)

We shouldn't be warning inside the optimiser in the first place.

* lisp/emacs-lisp/byte-opt.el (byte-optimize-form):
Remove byte-compile-form-stack manipulation.
(byte-optimize-form-code-walker): Move malformed function warning
from here...
* lisp/emacs-lisp/cconv.el: ...to here.
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/cconv.el