From 5470e786c59285e2f09497598505654672be847d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 1 Oct 2004 03:25:09 +0000 Subject: [PATCH] r10069: fix keyword name --- impl.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl.lisp b/impl.lisp index a814cc4..48c740e 100644 --- a/impl.lisp +++ b/impl.lisp @@ -37,7 +37,7 @@ path)))) -(defun probe-directory (filename &key (error-if-not-exists nil)) +(defun probe-directory (filename &key (error-if-does-not-exists nil)) (let* ((path (canonicalize-directory-name filename)) (probe #+allegro (excl:probe-directory path) -- 2.34.1