summaryrefslogtreecommitdiffstats
path: root/genvim.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-22 06:38:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-22 06:38:31 -0700
commitce1838665f82da5bb6f484990b019649b999edeb (patch)
tree6b0da138d28d215deb4ab4e1436f88aa7eab43c7 /genvim.txr
parent7ea836f4f883e02447323a94728ff0f155acf337 (diff)
downloadtxr-ce1838665f82da5bb6f484990b019649b999edeb.tar.gz
txr-ce1838665f82da5bb6f484990b019649b999edeb.tar.bz2
txr-ce1838665f82da5bb6f484990b019649b999edeb.zip
* share/txr/stdlib/place.tl: Get rid of big progn around the
whole module. * genvim.txr: Handle (def's not preceded by spaces.
Diffstat (limited to 'genvim.txr')
-rw-r--r--genvim.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/genvim.txr b/genvim.txr
index 785db7e5..6d077ad9 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -32,7 +32,7 @@ static void dir_tables_init(void)
@ (or)
@/ */reg_var(@(skip)intern(lit("@{txl-sym}")@(skip)
@ (or)
- (@/defun|defvar|defmacro/ @{txl-sym} @(skip)
+@/ *\((defun|defvar|defmacro)/ @{txl-sym} @(skip)
@ (end)
@ (set txl-sym @(regsub #/_/ #\- txl-sym))
@ (end)