summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-16 18:40:33 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 11:41:27 +0200
commitf6ef23a5f5367ac2bf8ff8d946e6554fbd77febc (patch)
tree6f120c6a75b71235f8cb5061afbdc5a30a7d203d
parent0e0074e2793c7c899c97ade8f40d44b6c922c487 (diff)
init.lisp: Add a function call test.
-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")