about summary refs log tree commit diff stats
path: root/edit.arc.t
diff options
context:
space:
mode:
Diffstat (limited to 'edit.arc.t')
-rw-r--r--edit.arc.t6
1 files changed, 5 insertions, 1 deletions
diff --git a/edit.arc.t b/edit.arc.t
index 2ef047a3..8f2a6643 100644
--- a/edit.arc.t
+++ b/edit.arc.t
@@ -1,4 +1,6 @@
-(load "mu.arc")
+(selective-load "mu.arc" section-level)
+
+(section 100
 
 (reset)
 (new-trace "new-screen")
@@ -26,3 +28,5 @@
         (prn "F - newly-allocated screen didn't initialize all of its row lengths")))))
 
 (reset)
+
+)  ; section 100 for all editor code