* slib.scm (slib:load): Use load-from-path instead of
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 14 Aug 1997 18:24:46 +0000 (18:24 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 14 Aug 1997 18:24:46 +0000 (18:24 +0000)
commit096d5f90c3f227966e68d8b6a2d87d36b6a01028
treeab11858719f627b301feaada797ac4ce69708009
parent0824b52425e03fe1b3c0b6e6b29b127b39ad37ef
* slib.scm (slib:load): Use load-from-path instead of
primitive-load-path so that backtraces get narrowed properly at
the top.

* boot-9.scm (top-repl): Save stack already in signal handler in
order to narrow it correctly.
(save-stack): Adjust narrowing tag for the top of load-stacks.
ice-9/ChangeLog
ice-9/boot-9.scm
ice-9/slib.scm