diff options
Diffstat (limited to 'mu.arc')
-rw-r--r-- | mu.arc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc index 5ba77b9d..6c1f0254 100644 --- a/mu.arc +++ b/mu.arc @@ -1700,6 +1700,7 @@ (mac run-code (name . body) ; careful to avoid re-processing functions and adding noise to traces `(do + (prn "-- " ',name) (when (function* ',name) (prn "run-code: redefining " ',name)) (wipe (function* ',name)) |