[uim-commit] r294 - trunk/scm

tkng@freedesktop.org tkng@freedesktop.org
Fri Jan 14 15:44:16 PST 2005


Author: tkng
Date: 2005-01-14 15:44:13 -0800 (Fri, 14 Jan 2005)
New Revision: 294

Modified:
   trunk/scm/m17nlib.scm
Log:
* scm/m17nlib.scm: Fixed wrong previous commit. (Uncommented duplicated
  IM list.)


Modified: trunk/scm/m17nlib.scm
===================================================================
--- trunk/scm/m17nlib.scm	2005-01-14 23:42:30 UTC (rev 293)
+++ trunk/scm/m17nlib.scm	2005-01-14 23:44:13 UTC (rev 294)
@@ -286,7 +286,7 @@
 ;; be "disabled by default, but can be enabled" under the feature.
 ;;   -- YamaKen 2005-01-11
 (define duplicated-im-list
-  '(;"m17n-ja-anthy"
+  '("m17n-ja-anthy"
     "m17n-ja-tcode"
     "m17n-zh-pinyin"
     "m17n-zh-py"))



More information about the Uim-commit mailing list