X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-setf.lisp;h=4a9aecbaff2c2cda253c4c8b7bfe5881e085aee3;hb=063f2d867cfdfee8a7cbab17e6c5054d9c6f3ad1;hp=2185a96e640675f4c023551f3f1f312048145c10;hpb=ff92598854bf7cae8d57fe49cef4d9a98e1ab345;p=sbcl.git diff --git a/src/code/early-setf.lisp b/src/code/early-setf.lisp index 2185a96..4a9aecb 100644 --- a/src/code/early-setf.lisp +++ b/src/code/early-setf.lisp @@ -85,7 +85,7 @@ GET-SETF-EXPANSION directly." (sb!xc:get-setf-expansion form environment) (when (cdr store-vars) (error "GET-SETF-METHOD used for a form with multiple store ~ - variables:~% ~S" + variables:~% ~S" form)) (values temps value-forms store-vars store-form access-form))) @@ -342,7 +342,7 @@ GET-SETF-EXPANSION directly." (cond ((gethash name sb!c:*setf-assumed-fboundp*) (warn "defining setf macro for ~S when ~S was previously ~ - treated as a function" + treated as a function" name `(setf ,name))) ((not (fboundp `(setf ,name)))