X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftoplevel.lisp;h=3f5359470e4626c0ac6e50f2b2f117a0833f2425;hb=245101f127d61e28b9c864c720eb17973469a904;hp=67bb513489670b49580e93563d86f59fafbca28a;hpb=bd0ba0f214518e8d72ff2d44de5a1e3e4b02af2c;p=sbcl.git diff --git a/src/code/toplevel.lisp b/src/code/toplevel.lisp index 67bb513..3f53594 100644 --- a/src/code/toplevel.lisp +++ b/src/code/toplevel.lisp @@ -88,7 +88,7 @@ (error-error "Help! " *current-error-depth* " nested errors. " - "KERNEL:*MAXIMUM-ERROR-DEPTH* exceeded.") + "SB-KERNEL:*MAXIMUM-ERROR-DEPTH* exceeded.") t) (t (/show0 "returning normally from INFINITE-ERROR-PROTECTOR") @@ -115,7 +115,7 @@ (error-error "Help! " *current-error-depth* " nested errors. " - "KERNEL:*MAXIMUM-ERROR-DEPTH* exceeded.") + "SB-KERNEL:*MAXIMUM-ERROR-DEPTH* exceeded.") (progn ,@forms) t) (t