summaryrefslogtreecommitdiff
path: root/src/cli/runtime/RT.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/runtime/RT.cs')
-rw-r--r--src/cli/runtime/RT.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/RT.cs b/src/cli/runtime/RT.cs
index 7b814154..2dfb46b9 100644
--- a/src/cli/runtime/RT.cs
+++ b/src/cli/runtime/RT.cs
@@ -328,7 +328,7 @@ static public ISeq list()
static public ISeq list(Object arg1)
{
- return cons(arg1, null);
+ return new PersistentList(arg1);
}
static public ISeq list(Object arg1, Object arg2)