X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-introspect%2Fintrospect.lisp;h=1b97c67742eb50316cd0055e3c4443685a4d0d66;hb=e63e13ad45816c530f89da13415f4ed0129c9d1c;hp=2bfcc683efc1dc587623286d321f87b0c37cd8d3;hpb=c553e4be6da2d18f0827f190589c88e837b8b8a6;p=sbcl.git diff --git a/contrib/sb-introspect/introspect.lisp b/contrib/sb-introspect/introspect.lisp index 2bfcc68..1b97c67 100644 --- a/contrib/sb-introspect/introspect.lisp +++ b/contrib/sb-introspect/introspect.lisp @@ -358,7 +358,7 @@ If an unsupported TYPE is requested, the function will return NIL. ((or condition standard-object structure-object) (find-definition-source (class-of object))) (t - (error "Don't know how to retrieve source location for a ~S~%" + (error "Don't know how to retrieve source location for a ~S" (type-of object))))) (defun find-function-definition-source (function)