set! name (lambda ...) names the lambda
authorAndy Wingo <wingo@pobox.com>
Sat, 19 Jun 2010 11:56:16 +0000 (13:56 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 19 Jun 2010 11:56:16 +0000 (13:56 +0200)
commit37620f3f4e067be9a51b5740698e30c7b1de3a86
treee97a4f48dd6a08a1bb2ec896d192eb808b5f6a60
parentec16eb7847895247be3438c25d2d27ce2e137b83
set! name (lambda ...) names the lambda

* module/ice-9/psyntax.scm (build-lexical-assignment)
  (build-global-assignment): Maybe name the RHS.

* module/ice-9/psyntax-pp.scm: Regenerated.

* module/ice-9/boot-9.scm (catch, with-throw-handler, throw): Rework to
  use set! instead of define! so that we get names.
module/ice-9/boot-9.scm
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm