about summary refs log tree commit diff stats
path: root/shell/data.limg
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-04 16:39:05 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-04 16:39:05 -0700
commite683a3fdee9cb11ea713a20a47163384ac5c75ad (patch)
tree0831d5dd56ee41cce86d9ab2c1016583651a78e2 /shell/data.limg
parent380837ac2abe494fc88647e71d4ae969ef5ad1e6 (diff)
downloadmu-e683a3fdee9cb11ea713a20a47163384ac5c75ad.tar.gz
.
Diffstat (limited to 'shell/data.limg')
-rw-r--r--shell/data.limg2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/data.limg b/shell/data.limg
index e9df2901..ef8c4828 100644
--- a/shell/data.limg
+++ b/shell/data.limg
@@ -2,7 +2,7 @@
   (globals . (
     (mac . [(define mac (litmac litfn () (name params . body)
   `(define ,name (litmac litfn () ,params ,@body))))])
-    (mac . [(define def (litmac litfn () ((name . params) . body)
+    (def . [(define def (litmac litfn () ((name . params) . body)
   `(define ,name (fn ,params ,@body))))])
     (do . [(mac do body `((fn () ,@body)))])
     (let . [(mac let (var val . body)