fix indent_to
This commit is contained in:
parent
916a87f0a9
commit
15e31a4a1f
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue