diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 5ee10fcbca2..6e9132e4304 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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) |