From b13c6af9d962cc43b87aeb22d3abf452ad172f7a Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 20 Dec 1991 14:56:47 +0000
Subject: [PATCH] Added FOLLOW-LINKS to DIRECTORY.

---
 compiler/fndb.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 9f89bdf5c..72e95ab58 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.37 1991/12/20 00:11:25 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.38 1991/12/20 14:56:47 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -970,7 +970,8 @@
    (contents (or null (member :source :binary))))
   t)
 
-(defknown directory (pathnamelike &key (check-for-subdirs t) (all t))
+(defknown directory (pathnamelike &key (check-for-subdirs t) (all t)
+				  (follow-links t))
   list (flushable))
 
 
-- 
GitLab