* Fix bootstrap with checking enabled
* lisp/emacs-lisp/comp.el (comp--limplify-top-level): Set function safety.
This commit is contained in:
parent
59b889885d
commit
1b622ff66e
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue