From 6d1d7ea0bbd0ef970e22f4c87775f95fb3b8452b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 9 Mar 2022 16:32:17 -0700 Subject: add "local" and "remote" to the names of some exported symbols Signed-off-by: Sean Whitton --- src/util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.lisp') diff --git a/src/util.lisp b/src/util.lisp index 1c65449..a0110ef 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -209,7 +209,7 @@ directory, one solution is to convert your property to a :LISP property." (enough-pathname pathname (pathname-directory-pathname pathname)) pathname)))) -(defun directory-contents (pathname) +(defun local-directory-contents (pathname) "Return the immediate contents of PATHNAME, a directory, without resolving symlinks. Not suitable for use by :POSIX properties." ;; On SBCL on Debian UIOP:*WILD-FILE-FOR-DIRECTORY* is #P"*.*". -- cgit v1.2.3