repl-reader accepts optional "read" argument
authorAndy Wingo <wingo@pobox.com>
Fri, 16 Oct 2009 11:30:52 +0000 (13:30 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 16 Oct 2009 11:30:52 +0000 (13:30 +0200)
commita58b7fbb7eb80bdbc0af9aee86a5ac12b9cfeef3
treed8f5d79fcedf805bcc67c13b5b2bda5b16b6540c
parent27c8177fe424fcf65a2c1cf3245b13382a2d22d9
repl-reader accepts optional "read" argument

* module/ice-9/boot-9.scm (repl-reader): Accept an optional second
  argument, the reader to use. If it is given, use it instead of
  dereferencing the current-reader fluid.

* guile-readline/ice-9/readline.scm (activate-readline): Make our
  replacement definition of repl-reader compatible with boot-9.
guile-readline/ice-9/readline.scm
module/ice-9/boot-9.scm