...
original commit: 6d4754e937311486aef7431b54bb6df74368493e
This commit is contained in:
parent
716c62ae54
commit
8e29b77aaf
|
@ -396,10 +396,7 @@
|
||||||
(unless (= amt (car curr-offset))
|
(unless (= amt (car curr-offset))
|
||||||
(delete pos-start (cdr curr-offset))
|
(delete pos-start (cdr curr-offset))
|
||||||
(insert
|
(insert
|
||||||
(string-append
|
(make-string amt #\space)
|
||||||
(make-string (quotient amt tab-size) #\tab)
|
|
||||||
(make-string (remainder amt tab-size)
|
|
||||||
#\space))
|
|
||||||
pos-start))))]
|
pos-start))))]
|
||||||
[id-walker
|
[id-walker
|
||||||
(lambda (string)
|
(lambda (string)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user