]> git.eshelyaron.com Git - emacs.git/commit
Remove useless handling of erroneous code in Lisp optimiser
authorMattias Engdegård <mattiase@acm.org>
Thu, 4 May 2023 15:31:15 +0000 (17:31 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 5 May 2023 20:00:27 +0000 (22:00 +0200)
commit3b038d46e24532bc4bca56f37d30afd70fae388d
treec942a2994316e4758fb92647c545e21958489b2f
parent1438574dd73a097293f8cfe356c3459cec6ee005
Remove useless handling of erroneous code in Lisp optimiser

* lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
((closure ...) ...) is a malformed function call; treat it as such.
Better malformed function warning location.
lisp/emacs-lisp/byte-opt.el