X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdescribe.lisp;h=333aa33d2bdbdcd840af88a482786a8fea0a480b;hb=f392742d2781f42b3bb15b637e5008e10fbbe092;hp=09e84c007b5259807f824ad9c73b3b9f557eb165;hpb=8c66abea806a03de36af37eb6068718799617b92;p=sbcl.git diff --git a/src/code/describe.lisp b/src/code/describe.lisp index 09e84c0..333aa33 100644 --- a/src/code/describe.lisp +++ b/src/code/describe.lisp @@ -86,7 +86,7 @@ (format s "~:_(~@<~S ~:_~S~:>)" k v))))) (defmethod describe-object ((condition condition) s) - (sb-conditions::describe-condition condition s)) + (sb-kernel:describe-condition condition s)) ;;;; DESCRIBE-OBJECT methods for symbols and functions, including all ;;;; sorts of messy stuff about documentation, type information,