fix missing byte-save-restriction op

This commit is contained in:
Andrea Corallo 2019-11-09 11:43:16 +01:00
parent 93aeb781e1
commit 6761e69a2b
2 changed files with 14 additions and 1 deletions

View file

@ -932,7 +932,7 @@ the annotation emission."
(comp-emit (comp-call 'record_unwind_protect_excursion)))
(byte-save-window-excursion-OBSOLETE)
(byte-save-restriction
(comp-call 'helper-save-restriction))
(comp-emit (comp-call 'helper_save_restriction)))
(byte-catch) ;; Obsolete
(byte-unwind-protect
(comp-emit (comp-call 'helper_unwind_protect (comp-slot+1))))