doc/list-exports.lisp: Bind `*package*' while reading files.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 10 Jan 2016 02:10:39 +0000 (02:10 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 10 Jan 2016 02:45:45 +0000 (02:45 +0000)
commitea28678b22e81757c88f5a81e9f4522d91ddbdc5
tree335e3311b5e23e793824ff472c1d75ce63058891
parent55f543faf8169dbf9da21f52ffb7442c7cb48bc0
doc/list-exports.lisp: Bind `*package*' while reading files.

Otherwise we can get confused by read-time evaluation and other such
wonders.  Unfortunately this means that some of the macros we have
magical support for now need package qualification here.  Oh, well.
doc/list-exports.lisp