summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lisp b/init.lisp
index 73587d5..0891c5e 100644
--- a/init.lisp
+++ b/init.lisp
@@ -22,6 +22,8 @@
(ns-log (test 'a 'b 'c))
(%fset 'test (compile '(sys::%lambda args args)))
(ns-log (test 1 2 3))
+(%fset 'test2 (compile '(sys::%lambda args (test args))))
+(ns-log (test2 1 2 3))
;; (load "util.lisp")
;; (load "defun-0.lisp")