X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdefboot.lisp;h=8329bc7a78f9e8096296b6850347476e06cab6fb;hb=7c5138fcbdb302abc563a2060493f2f0304ae902;hp=d18391ec944d24d6cbc3d9077a1a3f398cf71e2c;hpb=da554aabb26815adee15c78dd41ced81dd7fd5d2;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)