about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
Diffstat (limited to 'edit.mu')
-rw-r--r--edit.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.mu b/edit.mu
index 2f4ff6bf..d4937c60 100644
--- a/edit.mu
+++ b/edit.mu
@@ -1,6 +1,6 @@
 ; a screen is an array of pointers to lines, in turn arrays of characters
 
-(def new-screen [
+(function new-screen [
   ((default-scope scope-address) <- new (scope literal) (30 literal))
   ((nrows integer) <- next-input)
   ((ncols integer) <- next-input)