fix for new char-lib (I hope at least)
This commit is contained in:
parent
f3c47fad2e
commit
2ff53cca7d
|
@ -60,7 +60,7 @@
|
|||
(lp (- i 1) (- j 1))))))))
|
||||
|
||||
(define skip-whitespace
|
||||
(let ((non-whitespace (char-set-invert char-set:whitespace)))
|
||||
(let ((non-whitespace (char-set-complement char-set:whitespace)))
|
||||
(lambda (s) (char-set-index s non-whitespace))))
|
||||
|
||||
; Why is this so complicated?
|
||||
|
|
Loading…
Reference in New Issue