[uim-commit] r761 - branches/composer/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Mar 7 01:32:28 PST 2005


Author: yamaken
Date: 2005-03-07 01:32:25 -0800 (Mon, 07 Mar 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	2005-03-07 09:29:11 UTC (rev 760)
+++ branches/composer/scm/ustr.scm	2005-03-07 09:32:25 UTC (rev 761)
@@ -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)))



More information about the Uim-commit mailing list