about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--shell/data.limg4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/data.limg b/shell/data.limg
index 7ef4b055..092eef5c 100644
--- a/shell/data.limg
+++ b/shell/data.limg
@@ -9,7 +9,9 @@
   `((fn (,var) ,@body) ,val))])
     (when . [(mac (when cond . body)
   `(if ,cond (do ,@body) ()))])
-    (list . [(def (list . args) args)])
+    (list . [(def (list . args)
+  # we should probably make a copy here
+  args)])
     (len . [(def (len l)
   (if (no l)
     0