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:
parent
9547c28583
commit
9ebd0455f3
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue