File tree 1 file changed +2
-2
lines changed
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."
202
202
(ql-lispworks :file-directory-p entry))
203
203
(:implementation genera
204
204
(let ((path (if (call-next-method )
205
- (scl :send entry :directory-pathname-as-file )
205
+ (ql-genera :send entry :directory-pathname-as-file )
206
206
entry)))
207
207
(getf (cdr (ql-genera :file-properties path)) ' :directory))))
208
208
@@ -260,7 +260,7 @@ quicklisp at CL startup."
260
260
(let ((entries (ql-genera :directory-list (merge-pathnames *wild-entry* directory ))))
261
261
(loop for (pathname . properties) in (cdr entries)
262
262
if (getf properties ' :directory)
263
- collect (scl :send pathname :pathname-as-directory )
263
+ collect (ql-genera :send pathname :pathname-as-directory )
264
264
else
265
265
collect pathname )))
266
266
(:implementation mezzano
You can’t perform that action at this time.
0 commit comments