X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-setf.lisp;h=4a9aecbaff2c2cda253c4c8b7bfe5881e085aee3;hb=771b864c8f32af7734bc0550aeaf1539fc4df194;hp=2185a96e640675f4c023551f3f1f312048145c10;hpb=dfa8294a1580e8aa099a92baebba7d9caddb2fcb;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)))