summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-17 12:13:03 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 11:41:27 +0200
commit04eec3a4532b7426c1cdee08b95f3ae658d07ae5 (patch)
tree883c990d09caa84319e24f7bfb9dc03d04e780ee
parent895d77b4c03ec8553dbe29fa487b2024ec466ab6 (diff)
init.lisp: Test QUOTE.
-rw-r--r--init.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.lisp b/init.lisp
index b5454e6..70a5aea 100644
--- a/init.lisp
+++ b/init.lisp
@@ -30,6 +30,10 @@
(y args))
args x y))))
(ns-log (test5 1 2 3))
+(%fset 'test6 (compile '(sys::%lambda args (let ((x 'value-x)
+ (y 'value-y))
+ args x y))))
+(ns-log (test6 1 2 3))
;; (load "util.lisp")
;; (load "defun-0.lisp")