File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ quicklisp at CL startup."
202202 (ql-lispworks :file-directory-p entry))
203203 (:implementation genera
204204 (let ((path (if (call-next-method )
205- (scl :send entry :directory-pathname-as-file )
205+ (ql-genera :send entry :directory-pathname-as-file )
206206 entry)))
207207 (getf (cdr (ql-genera :file-properties path)) ' :directory))))
208208
@@ -260,7 +260,7 @@ quicklisp at CL startup."
260260 (let ((entries (ql-genera :directory-list (merge-pathnames *wild-entry* directory ))))
261261 (loop for (pathname . properties) in (cdr entries)
262262 if (getf properties ' :directory)
263- collect (scl :send pathname :pathname-as-directory )
263+ collect (ql-genera :send pathname :pathname-as-directory )
264264 else
265265 collect pathname )))
266266 (:implementation mezzano
You can’t perform that action at this time.
0 commit comments