aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-25 14:54:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-25 14:54:19 -0700
commitbab1d6df6a6bb24ae74303dab35b96f61260ef1d (patch)
tree5c9c5fe0764a8a33e112c916562906e516cd64b3 /src/util.lisp
parent868f7c4042aa75db58ac00c8bd4948a29b1aee4f (diff)
downloadconsfigurator-bab1d6df6a6bb24ae74303dab35b96f61260ef1d.tar.gz
DEFPACKAGE-CONSFIG: fix copying what we will modify
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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)