diff options
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r-- | src/interp/ht-util.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ht-util.boot b/src/interp/ht-util.boot index 641fedd7..7d5e5588 100644 --- a/src/interp/ht-util.boot +++ b/src/interp/ht-util.boot @@ -269,7 +269,7 @@ bcSadFaces() == htLispLinks(links,:option) == [links,options] := beforeAfter('options,links) - indent := LASSOC('indent,options) or 5 + indent := symbolLAssoc('indent,options) or 5 iht '"\newline\indent{" iht stringize indent iht '"}\beginitems" |