.
original commit: cd0e574a73617fe69f2b220bba9b900030c9967b
This commit is contained in:
parent
8ffbdfad9b
commit
ae1ed67424
|
@ -6752,7 +6752,7 @@
|
|||
;; ASCII non-letterdigit to the end
|
||||
(quicksort l (lambda (a b)
|
||||
(let ([a-sp? (char=? #\space (string-ref a 0))]
|
||||
[b-sp? (char=? #\space (string-ref a 0))]
|
||||
[b-sp? (char=? #\space (string-ref b 0))]
|
||||
[a-ugly? (and (regexp-match re:ugly-start a) #t)]
|
||||
[b-ugly? (and (regexp-match re:ugly-start b) #t)])
|
||||
(cond
|
||||
|
|
|
@ -767,6 +767,7 @@
|
|||
write-to-file
|
||||
read-from-file
|
||||
get-character
|
||||
get-unicode
|
||||
get-text
|
||||
get-snip-position
|
||||
get-snip-position-and-location
|
||||
|
|
Loading…
Reference in New Issue
Block a user