deprecate @bind
authorAndy Wingo <wingo@pobox.com>
Mon, 19 Apr 2010 12:00:23 +0000 (14:00 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 19 Apr 2010 12:00:23 +0000 (14:00 +0200)
commit0abc21094420dc00312cfa74788e5d9c1524b04a
treee1526060ce08dce5f6323399e8fea7b068a33bb4
parentb9e67767ae7f7544563286f731b135435967fa26
deprecate @bind

* module/ice-9/boot-9.scm:
* module/ice-9/deprecated.scm (@bind): Deprecate @bind, which was a
  thread-unsafe dynamic scoping mechanism, used in the old elisp
  support. Fluids are more correct, and are probably faster, given the
  VM support for with-fluids.

* test-suite/tests/dynamic-scope.test: Remove.
* test-suite/tests/fluids.test: Move relevant tests from
  dynamic-scope.test here, recast in terms of with-fluids.
module/ice-9/boot-9.scm
module/ice-9/deprecated.scm
test-suite/tests/dynamic-scope.test [deleted file]
test-suite/tests/fluids.test