mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
Export current-*-port' from
(rnrs io ports)'
* module/rnrs/io/ports.scm: Export `current-input-port', `current-output-port' and `current-error-port' (see R6RS 8.2.7 "Input ports" and 8.2.10 "Output ports"). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a6c377f7d8
commit
74571cfd3b
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
|
||||
;; standard ports
|
||||
standard-input-port standard-output-port standard-error-port
|
||||
current-input-port current-output-port current-error-port
|
||||
|
||||
;; condition types
|
||||
&i/o i/o-error? make-i/o-error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue