aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ht-root.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ht-root.boot')
-rw-r--r--src/interp/ht-root.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/ht-root.boot b/src/interp/ht-root.boot
index 1976952c..831d36d4 100644
--- a/src/interp/ht-root.boot
+++ b/src/interp/ht-root.boot
@@ -83,7 +83,7 @@ htSystemVariables() == main where
where
functionTail(name,class,var,valuesOrFunction) ==
val := eval var
- atom valuesOrFunction =>
+ valuesOrFunction isnt [.,:.] =>
htMakePage '((domainConditions (isDomain STR (String))))
htMakePage [['bcLinks,['"reset",'"",'htSetSystemVariableKind,[var,name,nil]]]]
htMakePage [['bcStrings,[30,STRINGIMAGE val,name,valuesOrFunction]]]
@@ -100,7 +100,7 @@ htSystemVariables() == main where
htSay('"{\em ",x,'"}\space{1}")
htMakePage [['bcLispLinks,[x,'" ",'htSetSystemVariable,[variable,x]]]]
fn(t,al,firstTime) ==
- atom t => al
+ t isnt [.,:.] => al
if firstTime then $heading := opOf first t
fn(rest t,gn(first t,al),firstTime)
gn(t,al) ==