fix missing byte-save-restriction op
This commit is contained in:
parent
93aeb781e1
commit
6761e69a2b
2 changed files with 14 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue