deprecate `bad-throw'
authorAndy Wingo <wingo@pobox.com>
Fri, 11 Jun 2010 09:31:21 +0000 (11:31 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 11 Jun 2010 14:58:31 +0000 (16:58 +0200)
commit4100dc5dee389a7dc9aae5ba4b1938981e72a771
tree5038526b53789e148b85d751cc12da564b1b47ec
parent4eeaf67c8cd0ca792d9021b5bca2be5cfc010cd5
deprecate `bad-throw'

* module/ice-9/boot-9.scm:
* module/ice-9/scm-style-repl.scm (bad-throw): Move here. This function
  was never documented, but has been around since guile-ii. It's not
  used with current code though.

* module/ice-9/deprecated.scm: Provide bad-throw in default env.

* module/ice-9/debugger/commands.scm: Import bad-throw from
  scm-style-repl.
module/ice-9/boot-9.scm
module/ice-9/debugger/commands.scm
module/ice-9/deprecated.scm
module/ice-9/scm-style-repl.scm