diff options
| author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-16 18:40:33 +0200 |
|---|---|---|
| committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-18 11:41:27 +0200 |
| commit | f6ef23a5f5367ac2bf8ff8d946e6554fbd77febc (patch) | |
| tree | 6f120c6a75b71235f8cb5061afbdc5a30a7d203d | |
| parent | 0e0074e2793c7c899c97ade8f40d44b6c922c487 (diff) | |
init.lisp: Add a function call test.
| -rw-r--r-- | init.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |
