X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdefboot.lisp;h=8329bc7a78f9e8096296b6850347476e06cab6fb;hb=771b864c8f32af7734bc0550aeaf1539fc4df194;hp=d18391ec944d24d6cbc3d9077a1a3f398cf71e2c;hpb=dfa8294a1580e8aa099a92baebba7d9caddb2fcb;p=sbcl.git diff --git a/src/code/defboot.lisp b/src/code/defboot.lisp index d18391e..8329bc7 100644 --- a/src/code/defboot.lisp +++ b/src/code/defboot.lisp @@ -378,7 +378,7 @@ binding :test #'eq)) (warn "Unnamed restart does not have a ~ - report function: ~S" + report function: ~S" binding)) `(make-restart :name ',(car binding) :function ,(cadr binding)