* Fix bootstrap with checking enabled

* lisp/emacs-lisp/comp.el (comp--limplify-top-level): Set function
safety.
This commit is contained in:
Andrea Corallo 2024-05-16 07:42:14 +02:00
parent 59b889885d
commit 1b622ff66e

View file

@ -1669,7 +1669,8 @@ into the C code forwarding the compilation unit."
;; the last function being
;; registered.
:frame-size 2
:speed (comp-ctxt-speed comp-ctxt)))
:speed (comp-ctxt-speed comp-ctxt)
:safety (comp-ctxt-safety comp-ctxt)))
(comp-func func)
(comp-pass (make-comp-limplify
:curr-block (make--comp-block-lap -1 0 'top-level)