]> git.eshelyaron.com Git - emacs.git/commit
Make native compiler tollerant to redefined primitives (bug#44221).
authorAndrea Corallo <akrl@sdf.org>
Mon, 26 Oct 2020 16:31:13 +0000 (16:31 +0000)
committerAndrea Corallo <akrl@sdf.org>
Mon, 26 Oct 2020 16:34:20 +0000 (16:34 +0000)
commitfd9e9308d27138a16e2e93417bd7ad4448fea40a
tree02b6ba059d6a4d12cbd4a054c996f22b8acfb96a
parent5edc7aa0193ec73f757e85012273c159301f64a9
Make native compiler tollerant to redefined primitives (bug#44221).

* lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): Rework based
on the fact that the subr can now be redefined.
* test/src/comp-tests.el (primitive-redefine-compile-44221):
New testcase.
lisp/emacs-lisp/comp.el
test/src/comp-tests.el