Nathan Froyd pointed out *another* dumb error in the same
function in seq.lisp, so I fixed that too.
(2 bugs per 10 lines times 150K lines gives what?)
length)))
(error 'end-too-large-error
:datum end
- :expected-type (if max-index
+ :expected-type (if max-end
`(integer 0 ,max-end)
;; This seems silly, is there something better?
'(integer (0) 0)))))
;;; for internal versions, especially for internal versions off the
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.7.13"
+"0.7.7.14"