[uim-commit] r299 - trunk/scm

yamaken@freedesktop.org yamaken@freedesktop.org
Fri Jan 14 23:08:40 PST 2005


Author: yamaken
Date: 2005-01-14 23:08:38 -0800 (Fri, 14 Jan 2005)
New Revision: 299

Modified:
   trunk/scm/latin.scm
Log:
* scm/latin.scm
  - Add lacking (require "generic.scm"). Thanks Masaki Yatsu for
    reporting


Modified: trunk/scm/latin.scm
===================================================================
--- trunk/scm/latin.scm	2005-01-15 05:59:32 UTC (rev 298)
+++ trunk/scm/latin.scm	2005-01-15 07:08:38 UTC (rev 299)
@@ -30,6 +30,8 @@
 
 ;; Charset of this file is UTF-8
 
+(require "generic.scm")
+
 (define latin-compose-rule '(
 ((("\\" " " " " ))(" "))
 ((("\\" " " "'" ))("'"))



More information about the Uim-commit mailing list