From 2f97f0a378ac0663d14f1e4e5a8df6c3d824fdd6 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 19 May 2011 02:28:08 +0000 Subject: more cleanup --- src/interp/ht-root.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interp/ht-root.boot') diff --git a/src/interp/ht-root.boot b/src/interp/ht-root.boot index 30bb52b4..290cf622 100644 --- a/src/interp/ht-root.boot +++ b/src/interp/ht-root.boot @@ -115,7 +115,7 @@ htSetSystemVariableKind(htPage,[variable,name,fun]) == value := htpLabelInputString(htPage,name) if string? value and fun then value := FUNCALL(fun,value) --SCM::what to do??? if not integer? value then userError ??? - setDynamicBinding(variable,value) + symbolValue(variable) := value htSystemVariables () htSetSystemVariable(htPage,[name,value]) == @@ -123,7 +123,7 @@ htSetSystemVariable(htPage,[name,value]) == value = 'on => true value = 'off => nil value - setDynamicBinding(name,value) + symbolValue(name) := value htSystemVariables () htGloss(pattern) == htGlossPage(nil,dbNonEmptyPattern pattern or '"*",true) -- cgit v1.2.3