We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f130cc + 957e342 commit cadecc5Copy full SHA for cadecc5
quicklisp/impl-util.lisp
@@ -273,7 +273,7 @@ quicklisp at CL startup."
273
(:implementation clasp
274
(ql-clasp:rmdir entry))
275
(:implementation clisp
276
- (ql-clisp:delete-dir entry))
+ (ql-clisp:delete-directory entry))
277
(:implementation cmucl
278
(ql-cmucl:unix-rmdir (namestring entry)))
279
(:implementation scl
quicklisp/impl.lisp
@@ -189,7 +189,7 @@
189
(:reexport-from #:socket
190
#:socket-connect)
191
(:reexport-from #:ext
192
- #:delete-dir
+ #:delete-directory
193
#:rename-directory
194
#:probe-directory
195
#:probe-pathname
0 commit comments