aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nrungo.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/nrungo.boot')
-rw-r--r--src/interp/nrungo.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nrungo.boot b/src/interp/nrungo.boot
index ad16cbd2..9fb108ce 100644
--- a/src/interp/nrungo.boot
+++ b/src/interp/nrungo.boot
@@ -123,7 +123,7 @@ goGet(:l) ==
if cons? dollar then dollar := NRTevalDomain dollar
fn:= basicLookup(op,sig,lookupDomain,dollar)
fn = nil => keyedSystemError("S2NR0001",[op,sig,lookupDomain.0])
- val:= APPLY(first fn,[:arglist,rest fn])
+ val:= apply(first fn,[:arglist,rest fn])
setShellEntry(thisDomain,index,fn)
val