aboutsummaryrefslogtreecommitdiff
path: root/src/interp/htsetvar.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/htsetvar.boot')
-rw-r--r--src/interp/htsetvar.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/htsetvar.boot b/src/interp/htsetvar.boot
index 5b20b0da..57e66688 100644
--- a/src/interp/htsetvar.boot
+++ b/src/interp/htsetvar.boot
@@ -266,7 +266,7 @@ htSetNotAvailable(htPage,whatToType) ==
htDoNothing(htPage,command) == nil
htCheck(checker,value) ==
- PAIRP checker => htCheckList(checker,parseWord value)
+ CONSP checker => htCheckList(checker,parseWord value)
FUNCALL(checker,value)
parseWord x ==