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
|
(begin
|
||||||
(io.print f s) (io.write f "\n")
|
(io.print f s) (io.write f "\n")
|
||||||
(io.print f (top-level-value s)) (io.write f "\n"))))
|
(io.print f (top-level-value s)) (io.write f "\n"))))
|
||||||
(simple-sort (environment)))
|
(nreverse (simple-sort (environment))))
|
||||||
(begin
|
(begin
|
||||||
(io.close f)
|
(io.close f)
|
||||||
(set! *print-pretty* pp)))))
|
(set! *print-pretty* pp)))))
|
||||||
|
|
Loading…
Reference in New Issue