about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc5
1 files changed, 1 insertions, 4 deletions
diff --git a/mu.arc b/mu.arc
index ac1cceb6..8d87915b 100644
--- a/mu.arc
+++ b/mu.arc
@@ -206,9 +206,6 @@
     (- close pc 1)))
 
 (awhen cdr.argv
-  (each file it
-;?     (prn file)
-    (add-fns readfile.file))
-;?   (prn function*)
+  (map add-fns:readfile it)
   (run function*!main)
   (prn memory*))