Author: yamaken
Date: Mon Mar 7 01:32:25 2005
New Revision: 761
Modified:
branches/composer/scm/ustr.scm
Log:
* This commit complements lacking commit log of r760. All changes
exept for a dummy whitespace had actually been performed in r760
* scm/ustr.scm
- (ustr-dup): New procedure
Modified: branches/composer/scm/ustr.scm
==============================================================================
--- branches/composer/scm/ustr.scm (original)
+++ branches/composer/scm/ustr.scm Mon Mar 7 01:32:25 2005
@@ -110,7 +110,7 @@
(ustr-set-former! ustr (ustr-former other))
(ustr-set-latter! ustr (ustr-latter other))))
-;; TODO: write test
+;; TODO: write test
(define ustr-dup
(lambda (ustr)
(copy-list ustr)))