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

yamaken at freedesktop.org yamaken at freedesktop.org
Tue Oct 4 02:33:11 PDT 2005


Author: yamaken
Date: 2005-10-04 02:33:08 -0700 (Tue, 04 Oct 2005)
New Revision: 1793

Modified:
   branches/r5rs/scm/util.scm
Log:
* scm/util.scm
  - Fix a typo
  - Remove a redundant comment. The meaning is obvious
  - Remove unnecessary '(use siod)' since it is already enabled in
    uim_scm_init()


Modified: branches/r5rs/scm/util.scm
===================================================================
--- branches/r5rs/scm/util.scm	2005-10-04 09:02:05 UTC (rev 1792)
+++ branches/r5rs/scm/util.scm	2005-10-04 09:33:08 UTC (rev 1793)
@@ -28,9 +28,7 @@
 ;;; OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 ;;; SUCH DAMAGE.
 
-;;; used features
-(use srif-34)
-(use siod)
+(use srfi-34)
 
 ;;;;
 ;(require "slib-mulapply.scm")



More information about the uim-commit mailing list