From 6c31880508354532887e0f37be53928e1efdd2ed Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 5 Jan 2019 18:12:26 -0800 Subject: [PATCH] Fix problem with using bundle? as a bundle predicate. --- src/runtime/bundle.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/runtime/bundle.scm b/src/runtime/bundle.scm index 44d6e669e..67bc8095e 100644 --- a/src/runtime/bundle.scm +++ b/src/runtime/bundle.scm @@ -78,6 +78,10 @@ USA. (define (make-record-type ' '(alist))) +(defer-boot-action 'record-procedures + (lambda () + (set-record-type-applicator! %bundle-applicator))) + (define bundle? (record-predicate )) -- 2.25.1