diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-05-10 00:39:32 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-05-10 00:39:32 +0000 |
commit | 6cced6fea84c93c0f395003fee67086dc2fd46c5 (patch) | |
tree | 72e6fb53fdafcf1f1456532abe33ba3d8bb2a580 | |
parent | a3e013683ab7bdfcc81c95eab3cf7b8c7ece360d (diff) | |
download | guile-6cced6fea84c93c0f395003fee67086dc2fd46c5.tar.gz |
*** empty log message ***
-rw-r--r-- | ice-9/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 229e2fcbc..bb3139d88 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2003-05-10 Kevin Ryde <user42@zip.com.au> + + * documentation.scm (file-commentary, find-documentation-in-file): Use + call-with-input-file, to close ports when done. + 2003-05-03 Marius Vollmer <mvo@zagadka.de> * gap-buffer.scm (point++n!, point+-n!): Use substring-move! |