diff options
Diffstat (limited to 'src/interp/htsetvar.boot.pamphlet')
-rw-r--r-- | src/interp/htsetvar.boot.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/htsetvar.boot.pamphlet b/src/interp/htsetvar.boot.pamphlet index 4cf78735..f1b38f7d 100644 --- a/src/interp/htsetvar.boot.pamphlet +++ b/src/interp/htsetvar.boot.pamphlet @@ -115,7 +115,7 @@ listOfStrings2String u == htShowSetPage(htPage, branch) == setTree := htpProperty(htPage, 'setTree) $path := [branch,:TAKE(- LASTATOM setTree,$path)] - setData := ASSOC(branch, setTree) + setData := assoc(branch, setTree) null setData => systemError('"No Set Data") st := setData.setType |