aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index bd40579..5d2166b 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -33,6 +33,9 @@
#:with-current-directory
#:delete-empty-directory
#:delete-directory-tree
+ #:with-safe-io-syntax
+ #:read-file-form
+ #:safe-read-file-form
#:safe-read-from-string
#:compile-file*
#:compile-file-pathname*)
@@ -66,6 +69,9 @@
#:with-current-directory
#:delete-empty-directory
#:delete-directory-tree
+ #:with-safe-io-syntax
+ #:read-file-form
+ #:safe-read-file-form
#:safe-read-from-string
#:compile-file*
#:compile-file-pathname*
@@ -286,6 +292,8 @@
#:get-data-protected-string
;; image.lisp
+ #:eval-in-grandchild
+ #:dump-consfigurator-in-grandchild
#:asdf-requirements-for-host-and-features
#:request-asdf-requirements
#:continue-deploy*-program))