X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ferror.lisp;h=78b73a15672db0f59b422cb3412c212002aadab4;hb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;hp=1d6e5c74396e1b0b0141f5acafbc93f8a2c0a9ca;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/error.lisp b/src/code/error.lisp index 1d6e5c7..78b73a1 100644 --- a/src/code/error.lisp +++ b/src/code/error.lisp @@ -11,7 +11,7 @@ ;;;; provided with absolutely no warranty. See the COPYING and CREDITS ;;;; files for more information. -(in-package "SB!CONDITIONS") +(in-package "SB!KERNEL") (define-condition simple-style-warning (simple-condition style-warning) ())