From 36e2522dde1173c28300156cb718779d5858c36d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 1 Oct 2004 03:26:53 +0000 Subject: [PATCH 1/1] r10071: fix keyword name --- impl.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1