aboutsummaryrefslogtreecommitdiffstats
path: root/read.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-09-26 21:46:01 -0400
committerGravatar Peter McGoron 2024-09-26 21:46:01 -0400
commit3c34c4a5a7253df4417420bf276a78f8e9e1969b (patch)
treea25a6cf59a1e5543e46195938f1ed65110b81aba /read.scm
parentadd object helper functions (diff)
object: change to a stateful table
Diffstat (limited to 'read.scm')
-rw-r--r--read.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.scm b/read.scm
index 07d708c..75d22e0 100644
--- a/read.scm
+++ b/read.scm
@@ -77,7 +77,7 @@
(datum-labels '())
(fold-case? #f)
(this
- (object/procedures
+ (object/immutable-attributes
'process
(lambda (ch)
(this 'update-position! ch)