X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-setf.lisp;h=d9d808174532475e23dc96e748aa920879a455c7;hb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;hp=b3d1441bb4a906a6d56b7297c578dc66b3d3ce68;hpb=6f408b4ce6a2f411618fe1bebf63ee08093a7d03;p=sbcl.git diff --git a/src/code/early-setf.lisp b/src/code/early-setf.lisp index b3d1441..d9d8081 100644 --- a/src/code/early-setf.lisp +++ b/src/code/early-setf.lisp @@ -17,9 +17,6 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - ;;; The inverse for a generalized-variable reference function is stored in ;;; one of two ways: ;;; @@ -286,10 +283,10 @@ GET-SETF-EXPANSION directly." ((eq arg '&rest) (if (symbolp (cadr ll)) (setq rest-arg (cadr ll)) - (error "Non-symbol &REST arg in definition of ~S." name)) + (error "Non-symbol &REST argument in definition of ~S." name)) (if (null (cddr ll)) (return nil) - (error "Illegal stuff after &REST arg."))) + (error "Illegal stuff after &REST argument."))) ((memq arg '(&key &allow-other-keys &aux)) (error "~S not allowed in DEFINE-MODIFY-MACRO lambda list." arg)) ((symbolp arg)