Adapt native compiler to change in narrow-to-region

* lisp/emacs-lisp/comp.el (comp-limplify-lap-inst): Add third
argument nil for narrow-to-region.
This commit is contained in:
Gerd Möllmann 2022-07-29 17:28:25 +02:00
parent 9547c28583
commit 9ebd0455f3

View file

@ -1918,7 +1918,8 @@ and the annotation emission."
(byte-narrow-to-region
(comp-emit-set-call (comp-call 'narrow-to-region
(comp-slot)
(comp-slot+1))))
(comp-slot+1)
(make-comp-mvar :constant nil))))
(byte-widen
(comp-emit-set-call (comp-call 'widen)))
(byte-end-of-line auto)