Fix wrong initarg to SIMPLE-PACKAGE-ERROR in WITH-PACKAGE-ITERATOR.
(Patch from Peter Graves, sbcl-devel, "Apparent buglet in
WITH-PACKAGE-ITERATOR")
(or (find-package package)
(error 'simple-package-error
;; could be a character
- :name (string package)
+ :package (string package)
:format-control "~@<~S does not name a package ~:>"
:format-arguments (list package)))))
(if (consp ,these-packages)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.15.1"
+"0.9.15.2"