summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index 4070ce4e..f86576b9 100644
--- a/lib.c
+++ b/lib.c
@@ -9939,6 +9939,8 @@ val copy(val seq)
return copy_str(seq);
case VEC:
return copy_vec(seq);
+ case BUF:
+ return copy_buf(seq);
case COBJ:
if (seq->co.cls == hash_s)
return copy_hash(seq);