ALEXANDRIA:COPY-STREAM currently calls (< start end) even when END is NIL. This breaks COPY-FILE unconditionally and COPY-STREAM whenever END (or, less likely, START) is NIL. Zach