aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ht-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r--src/interp/ht-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ht-util.boot b/src/interp/ht-util.boot
index 9c35fab5..76e6bab7 100644
--- a/src/interp/ht-util.boot
+++ b/src/interp/ht-util.boot
@@ -53,7 +53,7 @@ $activePageList := nil
htpDestroyPage(pageName) ==
pageName in $activePageList =>
setDynamicBinding(pageName, nil)
- $activePageList := NREMOVE($activePageList, pageName)
+ $activePageList := remove!($activePageList,pageName)
htpName htPage ==
-- a symbol whose value is the page