X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffndb.lisp;h=6b975db478b9eedf8e9afacb365a17307bd57b48;hb=83fd554b67913275d8dc06edcad8b2f065c89c49;hp=584d42b74cbb1d12440c574e0113bd400ce4da6e;hpb=e37366e7bb72bc80c6c9908efe09f94ce26add16;p=sbcl.git diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index 584d42b..6b975db 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -1140,10 +1140,7 @@ (:external-format (member :default))) t) -(defknown directory (pathname-designator &key - (:check-for-subdirs t) - (:all t) - (:follow-links t)) +(defknown directory (pathname-designator &key) list (flushable)) ;;;; from the "Errors" chapter: