aboutsummaryrefslogtreecommitdiff
path: root/src/interp/trace.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/trace.boot')
-rw-r--r--src/interp/trace.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/trace.boot b/src/interp/trace.boot
index a6259f30..2fedf5c2 100644
--- a/src/interp/trace.boot
+++ b/src/interp/trace.boot
@@ -810,7 +810,7 @@ breaklet(fn,vars) ==
vars
$letAssoc:=
null fnEntry => [[fn,:LIST ["BREAK",:vars]],:$letAssoc]
- pair => (RPLACD(pair,vars); $letAssoc)
+ pair => (pair.rest := vars; $letAssoc)
if $letAssoc then SETLETPRINTFLAG true
$QuickLet:local := false
not MEMQ(fn,$traceletFunctions) and not stupidIsSpadFunction fn