Allow lexical binding of lambda arguments.
authorDaniel Kraft <d@domob.eu>
Sat, 1 Aug 2009 11:00:27 +0000 (13:00 +0200)
committerDaniel Kraft <d@domob.eu>
Sat, 1 Aug 2009 11:00:27 +0000 (13:00 +0200)
commitdfbc6e9d5415def4cf61c9caa9f44af056348741
tree545acff6dbba119ff51baaa6bf06aec544692b19
parentc808c926fd35aeb5a3fd7768ea50edc060d48420
Allow lexical binding of lambda arguments.

* module/language/elisp/compile-tree-il.scm: Rework lambda compiler to allow
  opional lexical binding of (some) lambda arguments.
* test-suite/tests/elisp-compiler.test: Check this.
module/language/elisp/compile-tree-il.scm
test-suite/tests/elisp-compiler.test