aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ht-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-01 23:39:28 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-01 23:39:28 +0000
commit331ff8fe93b6cee63593dcad6b7a9c235bac946d (patch)
tree0c7ef9cb2096a70ff415cb50a0cad629e4fbe792 /src/interp/ht-util.boot
parent2a4104845c1ad1bda28d9d03e6e29925479b1cff (diff)
downloadopen-axiom-331ff8fe93b6cee63593dcad6b7a9c235bac946d.tar.gz
Symbol cleanups
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r--src/interp/ht-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ht-util.boot b/src/interp/ht-util.boot
index 0db29cdc..fb03dbbf 100644
--- a/src/interp/ht-util.boot
+++ b/src/interp/ht-util.boot
@@ -130,7 +130,7 @@ htpLabelFilteredInputString(htPage, label) ==
props := LASSOC(label, htpInputAreaAlist htPage)
props =>
#props > 5 and props.6 =>
- FUNCALL(SYMBOL_-FUNCTION props.6, props.0)
+ FUNCALL(symbolFunction props.6, props.0)
replacePercentByDollar props.0
nil