On Dec 21, 9:47 pm, Zach Beane <
x...@xach.com> wrote:
> Barry Margolin <
bar...@alum.mit.edu> writes:
> >> > From some CLs I get this:
>
> >> > "FOO::A #:A PRESENT BAR::A"
>
> >> > For others I get this:
>
> >> > "FOO::A #:A PRESENT #:A"
>
> >> > Which one is right?
>
> >> IIRC, both are right.
>
> > I disagree, the first is right.
>
> > UNINTERN says "If _package_ is the home package for _symbol_, _symbol_
> > is made to have no home package." So after (unintern symbol foo), A has
> > no home package.
>
> > IMPORT says "If any symbol to be imported has no home package (i.e.,
> > (symbol-package symbol) => nil), import sets the home package of the
> > symbol to _package_."