From: Kevin M. Rosenberg Date: Fri, 1 Oct 2004 03:26:53 +0000 (+0000) Subject: r10071: fix keyword name X-Git-Tag: v1.96~50 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=36e2522dde1173c28300156cb718779d5858c36d r10071: fix keyword name --- diff --git a/impl.lisp b/impl.lisp index 7efec3d..93fe3f7 100644 --- a/impl.lisp +++ b/impl.lisp @@ -58,7 +58,7 @@ (probe-file path))) (if probe probe - (when error-if-not-exists + (when error-if-does-not-exist (error "Directory ~A does not exist." filename))))) (defun cwd (&optional dir)