about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-12-12 18:07:30 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-12 18:07:30 -0800
commit0ca35d02df358b73f4e2c6c665226d2d56c61fdd (patch)
treeca13b1a2560b72ebccbde317cc91e52da2d4b7d2 /edit.mu
parentac32d9d197c6fb45849b13e5affd0e5999c5cd09 (diff)
downloadmu-0ca35d02df358b73f4e2c6c665226d2d56c61fdd.tar.gz
403 - 'function' is more clear than 'def'
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)