0.pre7.136:
[sbcl.git] / src / code / target-format.lisp
index b4b6bf5..ad08e09 100644 (file)
           (error 'format-error
                  :complaint
                  "too many parameters, expected no more than ~W"
-                 :arguments (list ,(length specs))
+                 :args (list ,(length specs))
                  :offset (caar ,params)))
         ,@body))))
 
                (error 'format-error
                       :complaint "Index ~W is out of bounds. (It should ~
                                   have been between 0 and ~W.)"
-                      :arguments (list posn (length orig-args))))))
+                      :args (list posn (length orig-args))))))
       (if colonp
          (interpret-bind-defaults ((n 1)) params
            (do ((cur-posn 0 (1+ cur-posn))
                              :complaint
                              "Index ~W is out of bounds. (It should 
                               have been between 0 and ~W.)"
-                             :arguments
+                             :args
                              (list new-posn (length orig-args))))))))
          (interpret-bind-defaults ((n 1)) params
            (dotimes (i n)
            (error 'format-error
                   :complaint
                   "~A~%while processing indirect format string:"
-                  :arguments (list condition)
+                  :args (list condition)
                   :print-banner nil
                   :control-string string
                   :offset (1- end)))))
                            'format-error
                            :complaint
                            "~A~%while processing indirect format string:"
-                           :arguments (list condition)
+                           :args (list condition)
                            :print-banner nil
                            :control-string string
                            :offset (1- end)))))