From 7a56e80af4ea21b8fd1c7dea0e4f701f40662ed7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 10 Sep 2003 05:45:05 +0000 Subject: [PATCH] r7796: export new functions in io.lisp and strings.lisp --- package.lisp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.lisp b/package.lisp index 8d45867..5d4bcc8 100644 --- a/package.lisp +++ b/package.lisp @@ -37,6 +37,9 @@ #:for ;; strings.lisp + #:string-trim-whitespace + #:string-left-trim-whitespace + #:string-right-trim-whitespace #:mapappend #:mapcar-append-string #:mapcar2-append-string @@ -78,6 +81,8 @@ #:file-subst #:stream-subst #:null-output-stream + #:probe-directory + #:directory-tree ;; lists.lisp #:remove-from-tree-if -- 2.34.1