fix indent_to

This commit is contained in:
Andrea Corallo 2019-08-15 22:23:32 +02:00 committed by Andrea Corallo
parent 916a87f0a9
commit 15e31a4a1f

View file

@ -597,7 +597,10 @@ the annotation emission."
(byte-following-char auto)
(byte-preceding-char preceding-char Fprevious_char)
(byte-current-column auto)
(byte-indent-to auto)
(byte-indent-to
(comp-emit-set-call `(call Findent_to
,(comp-slot)
,(make-comp-mvar :constant nil))))
(byte-scan-buffer-OBSOLETE)
(byte-eolp auto)
(byte-eobp auto)