]> git.eshelyaron.com Git - emacs.git/commit
* Remove type check emission from type hints low level primitives
authorAndrea Corallo <akrl@sdf.org>
Mon, 14 Sep 2020 19:27:26 +0000 (21:27 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 14 Sep 2020 21:06:42 +0000 (23:06 +0200)
commita3dc11e9ccd48beb84adfe79ff28143c1682f690
tree2d8b51e3064a7206159cfec2b7f313bb68a30301
parentc9a9b0766f43d1acf56e2ff19eb9505b454423a0
* Remove type check emission from type hints low level primitives

These have to be emitted by higher level primitves as `cl-the'.

* lisp/emacs-lisp/comp.el (comp-hint-fixnum, comp-hint-cons): Do
not emit type checks.
lisp/emacs-lisp/comp.el