Fix handling of *default-pathname-defaults*.
authorChris Hanson <org/chris-hanson/cph>
Sun, 28 Feb 2016 06:10:19 +0000 (22:10 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 28 Feb 2016 06:10:19 +0000 (22:10 -0800)
commit030f63ba6d899f177f688fd2542eb27b6474e9e7
tree7c8bb687b7fc78ec91ee26aac8fe0c04638fb2d3
parent5b2b0e052804b513cd80fc832ee8164041599771
Fix handling of *default-pathname-defaults*.

Problem is that this variable is readable as well, so for now we have to keep it
up to date.  This is kind of a pain.
src/runtime/pathnm.scm
src/runtime/rep.scm
src/runtime/wrkdir.scm