diff options
Diffstat (limited to 'src/interp/pspad2.boot')
-rw-r--r-- | src/interp/pspad2.boot | 2 |
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) |