aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-syscmd.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-syscmd.boot')
-rw-r--r--src/interp/i-syscmd.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot
index 1ab82514..97c06443 100644
--- a/src/interp/i-syscmd.boot
+++ b/src/interp/i-syscmd.boot
@@ -1454,7 +1454,7 @@ changeToNamedInterpreterFrame(name) ==
updateCurrentInterpreterFrame()
frame := findFrameInRing(name)
null frame => NIL
- $interpreterFrameRing := [frame,:NREMOVE($interpreterFrameRing, frame)]
+ $interpreterFrameRing := [frame,:remove!($interpreterFrameRing,frame)]
updateFromCurrentInterpreterFrame()
findFrameInRing(name) ==