made sorting of doc.txt files be case insensitive
svn: r6836
This commit is contained in:
parent
ef9994abc5
commit
c29edcc918
|
@ -192,7 +192,7 @@
|
||||||
name path))))))
|
name path))))))
|
||||||
collections-doc-files
|
collections-doc-files
|
||||||
collection-names)])
|
collection-names)])
|
||||||
(map cdr (sort name/html-pairs (λ (x y) (string<=? (car x) (car y))))))))
|
(map cdr (sort name/html-pairs (λ (x y) (string-ci<=? (car x) (car y))))))))
|
||||||
|
|
||||||
;; break-between : regexp
|
;; break-between : regexp
|
||||||
;; (listof (union string (cons string string)))
|
;; (listof (union string (cons string string)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user