assert-repl-* and associated state variables to scm-style-repl
authorAndy Wingo <wingo@pobox.com>
Fri, 18 Jun 2010 09:15:09 +0000 (11:15 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 18 Jun 2010 09:15:18 +0000 (11:15 +0200)
commit40f17f1e0a446ada1571c96b9637443f0ea26fec
tree4dcefb539139dd716d74598a701c2b7316463165
parenta572fc95f9c1d98574a7d5f70e5833e25c9d6c49
assert-repl-* and associated state variables to scm-style-repl

* module/ice-9/boot-9.scm:
* module/ice-9/scm-style-repl.scm (scm-repl-silent, assert-repl-silence)
  (scm-repl-print-unspecified, assert-repl-print-unspecified)
  (scm-repl-verbose, assert-repl-verbosity)
  (scm-repl-prompt): Move these definitions here from boot-9.scm.

* module/ice-9/deprecated.scm (assert-repl-silence):
  (assert-repl-print-unspecified, assert-repl-verbosity): Deprecated
  wrappers for the functions. I'm not sure if the variables can be
  helped though.
module/ice-9/boot-9.scm
module/ice-9/deprecated.scm
module/ice-9/scm-style-repl.scm