mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
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-following-char auto)
|
||||||
(byte-preceding-char preceding-char Fprevious_char)
|
(byte-preceding-char preceding-char Fprevious_char)
|
||||||
(byte-current-column auto)
|
(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-scan-buffer-OBSOLETE)
|
||||||
(byte-eolp auto)
|
(byte-eolp auto)
|
||||||
(byte-eobp auto)
|
(byte-eobp auto)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue