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))))))
|
||||
collections-doc-files
|
||||
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
|
||||
;; (listof (union string (cons string string)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user