1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 16:20:17 -08:00

add narrow-to-region + widen support

This commit is contained in:
Andrea Corallo 2019-08-11 12:37:21 +02:00 committed by Andrea Corallo
parent 128cc4a2f4
commit bdadeff503

View file

@ -611,8 +611,12 @@ the annotation emission."
(byte-char-syntax auto) (byte-char-syntax auto)
(byte-buffer-substring auto) (byte-buffer-substring auto)
(byte-delete-region auto) (byte-delete-region auto)
(byte-narrow-to-region) (byte-narrow-to-region
(byte-widen) (comp-emit-set-call `(call Fnarrow_to_region
,(comp-slot)
,(comp-slot-next))))
(byte-widen
(comp-emit-set-call '(call Fwiden)))
(byte-end-of-line auto) (byte-end-of-line auto)
(byte-constant2) (byte-constant2)
(byte-goto (byte-goto