aboutsummaryrefslogtreecommitdiff
path: root/src/interp/pspad2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-11 02:25:14 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-11 02:25:14 +0000
commitd2412069e4fc43a4bc6cc28ce4c57e02f8baee41 (patch)
tree06aea77245295f6836dab0ff3b473f3250a6b0f8 /src/interp/pspad2.boot
parent583976f30783abbf02f64abca8796d5a28111b76 (diff)
downloadopen-axiom-d2412069e4fc43a4bc6cc28ce4c57e02f8baee41.tar.gz
fix fallout from previous commit
Diffstat (limited to 'src/interp/pspad2.boot')
-rw-r--r--src/interp/pspad2.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pspad2.boot b/src/interp/pspad2.boot
index d30defdb..e6528a19 100644
--- a/src/interp/pspad2.boot
+++ b/src/interp/pspad2.boot
@@ -548,7 +548,7 @@ formatPileLine($m,x,newLineIfTrue) ==
--======================================================================
nBlanks m == "STRCONC"/[char('_ ) for i in 1..m]
-isNewspadOperator op == GET(op,"Led") or GET(op,"Nud")
+isNewspadOperator op == GETL(op,"Led") or GETL(op,"Nud")
isTrue x == x="true" or x is '(QUOTE T)