]> git.eshelyaron.com Git - emacs.git/commit
Comp fix calls to redefined primtives with op-bytecode (bug#61917)
authorAndrea Corallo <akrl@sdf.org>
Mon, 20 Mar 2023 16:24:48 +0000 (17:24 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 20 Mar 2023 18:01:26 +0000 (19:01 +0100)
commit263d6c38539691c954f4c3057cbe8d5468499b91
tree39277706b61b8450a79b0476537ba4791355a7eb
parent6bf441ff11540f2c49cb4f9d506597217cdc73d6
Comp fix calls to redefined primtives with op-bytecode (bug#61917)

* lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): Fix compilation
of calls to redefined primtives with dedicated op-bytecode.
* test/src/comp-tests.el (61917-1): New test.
lisp/emacs-lisp/comp.el
test/src/comp-tests.el