From db387bb7b9c2e026060e5e34c676d280a7954993 Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Mon, 4 Jun 2001 21:49:36 +0000 Subject: [PATCH] * rw.scm (ice-9): export write-string/partial. --- ice-9/rw.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/rw.scm b/ice-9/rw.scm index bcfeb9591..418eb08e3 100644 --- a/ice-9/rw.scm +++ b/ice-9/rw.scm @@ -47,6 +47,6 @@ ;;; (scsh rw). (define-module (ice-9 rw) - :export (read-string!/partial)) + :export (read-string!/partial write-string/partial)) (%init-rw-builtins)