1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

Fix incorrect export names in `(rnrs io simple)'.

* module/rnrs/io/6/simple.scm: with-input-file => with-input-from-file,
  with-output-file => with-output-to-file.
This commit is contained in:
Julian Graham 2010-04-10 01:01:46 -04:00
parent 2d56d2dfdd
commit d9c40da983

View file

@ -95,8 +95,8 @@
current-output-port
current-error-port
with-input-file
with-output-file
with-input-from-file
with-output-to-file
open-input-file
open-output-file