about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc1
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))