From: Mark Wooding Date: Sun, 19 Jun 2011 18:23:57 +0000 (+0100) Subject: safely.lisp: SAFE-COPY shouldn't make two copies under CLisp. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/commitdiff_plain/1a50efd8a9e976bf16a29ce381ea38c6b9a39ea1?hp=1a50efd8a9e976bf16a29ce381ea38c6b9a39ea1 safely.lisp: SAFE-COPY shouldn't make two copies under CLisp. The condition on the fallback portable code wasn't fixed to exclude CLisp when the POSIX:COPY-FILE change was made. The result is a steady buildup of MUMBLE-GORP-old.FOO files, which is no fun. ---