Revert to binding *package* in bootstrappy code
authorPaul Khuong <pvk@pvk.ca>
Sat, 29 Jun 2013 23:54:25 +0000 (19:54 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sat, 29 Jun 2013 23:57:25 +0000 (19:57 -0400)
commitfd210120f575183fbb5493a7ebc6b32aab107466
treeb3fe5260187bc5e34dcc8a5a07eade260fd69013
parent616e16f529572b23dbb4991b49bc7343cf0412bc
Revert to binding *package* in bootstrappy code

 I see no sane way to use sb!ext:print-symbol-with-prefix or
 sb-ext:... in ~//. Bind *package* to :keyword instead, for
 undefined function conditions.

 Reported by adeth on #lisp.
src/code/condition.lisp
tests/condition.pure.lisp