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:
parent
2d56d2dfdd
commit
d9c40da983
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue