summaryrefslogtreecommitdiff
path: root/src/boot.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.clj')
-rw-r--r--src/boot.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj
index 704a0628..cbc10525 100644
--- a/src/boot.clj
+++ b/src/boot.clj
@@ -201,7 +201,7 @@
fdecl)
m (conj {:arglists (list 'quote (sigs fdecl))} m)]
(list 'def (with-meta name (conj (if (meta name) (meta name) {}) m))
- (cons `fn (cons name fdecl))))))
+ (cons `fn fdecl)))))
(. (var defn) (setMacro))