putting the saved environment in the order that matches the current
boot file
This commit is contained in:
parent
2c212fbcf7
commit
af72c4f5bd
|
@ -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)))))
|
||||
|
|
Loading…
Reference in New Issue