[uim-commit] r2008 - branches/r5rs/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Sat Nov 5 10:04:33 PST 2005


Author: yamaken
Date: 2005-11-05 10:04:30 -0800 (Sat, 05 Nov 2005)
New Revision: 2008

Modified:
   branches/r5rs/scm/init.scm
Log:
* scm/init.scm
  - Enable SRFI-23 and SRFI-34


Modified: branches/r5rs/scm/init.scm
===================================================================
--- branches/r5rs/scm/init.scm	2005-11-05 18:01:03 UTC (rev 2007)
+++ branches/r5rs/scm/init.scm	2005-11-05 18:04:30 UTC (rev 2008)
@@ -34,6 +34,9 @@
 ;; configuration for special platforms such as embedded environments
 ;;   -- YamaKen 2005-01-29
 
+(use srfi-23)
+(use srfi-34)
+
 (define enable-action? #t)
 
 ;; SIOD compatibility for SigScheme



More information about the uim-commit mailing list