putting the saved environment in the order that matches the current

boot file
This commit is contained in:
JeffBezanson 2009-05-08 03:00:40 +00:00
parent 2c212fbcf7
commit af72c4f5bd
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@
(begin
(io.print f s) (io.write f "\n")
(io.print f (top-level-value s)) (io.write f "\n"))))
(simple-sort (environment)))
(nreverse (simple-sort (environment))))
(begin
(io.close f)
(set! *print-pretty* pp)))))