aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-saturn.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-saturn.boot')
-rw-r--r--src/interp/br-saturn.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-saturn.boot b/src/interp/br-saturn.boot
index 9fad03b0..d7bba66f 100644
--- a/src/interp/br-saturn.boot
+++ b/src/interp/br-saturn.boot
@@ -735,7 +735,7 @@ $exampleConstructors := nil
saturnHasExamplePage conname ==
if not $exampleConstructors then
$exampleConstructors := getSaturnExampleList()
- ASSQ(conname, $exampleConstructors)
+ objectAssoc(conname, $exampleConstructors)
getSaturnExampleList() ==
file := strconc(systemRootDirectory(), "/doc/axug/examples.lsp")