bug fix: spaces => space
svn: r4559
This commit is contained in:
parent
625be3eab9
commit
5d246f2f0d
|
@ -56,7 +56,7 @@
|
||||||
[else (unless (= (bytes-length (readline-prompt-spaces))
|
[else (unless (= (bytes-length (readline-prompt-spaces))
|
||||||
(bytes-length p))
|
(bytes-length p))
|
||||||
(readline-prompt-spaces (make-bytes (bytes-length p) 32)))
|
(readline-prompt-spaces (make-bytes (bytes-length p) 32)))
|
||||||
(readline-prompt 'spaces) ; use spaces next time
|
(readline-prompt 'space) ; use spaces next time
|
||||||
p])))
|
p])))
|
||||||
|
|
||||||
(provide readline-input)
|
(provide readline-input)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user