From bab1d6df6a6bb24ae74303dab35b96f61260ef1d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 25 May 2021 14:54:19 -0700 Subject: DEFPACKAGE-CONSFIG: fix copying what we will modify 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 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) -- cgit v1.2.3