aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index 79d669c..cd59fb7 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -202,7 +202,7 @@ one-dimensional collections of values."
Adds recommended local nicknames for all the property and data source packages
that come with Consfigurator. Either use this directly or use its macro
expansion as a starting point for your own DEFPACKAGE form for your consfig."
- (let ((forms (copy-list forms))
+ (let ((forms (copy-tree forms))
(local-nicknames
(cons :local-nicknames
(loop for package in (list-all-packages)