sort names to avoid spurious changes

This commit is contained in:
Ryan Culpepper 2011-04-25 22:51:51 -06:00
parent 5ca09eeb3e
commit 585dc9c0a3

View File

@ -75,6 +75,10 @@
[else
(fprintf port "\n ")
2]))])
(pretty-write undocumented-exports (current-error-port)))))
(pretty-write (sort undocumented-exports
string<?
#:key symbol->string
#:cache-keys? #t)
(current-error-port)))))
(define xref (load-collections-xref))