]> git.eshelyaron.com Git - emacs.git/commit
Remove incorrect byte-hunk-handler for `eval`
authorMattias Engdegård <mattiase@acm.org>
Sat, 18 Dec 2021 18:45:38 +0000 (19:45 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 18 Dec 2021 19:09:48 +0000 (20:09 +0100)
commit941d15558f013612689afe9fd2501ce6119a5120
tree8646808339a3645b14f1e9f45bd76d6324877c66
parent55f652c856837b903b28917c8f5c6834b1483197
Remove incorrect byte-hunk-handler for `eval`

This optimisation is of very limited utility and miscompiles top-level
code having the form (eval 'CODE t) by replacing it with CODE which
will then, as things currently stand, be evaluated with dynamic binding.

* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-eval): Remove.
lisp/emacs-lisp/bytecomp.el