[uim-commit] r2568 - trunk/scm

ekato at freedesktop.org ekato at freedesktop.org
Wed Dec 14 02:08:11 PST 2005


Author: ekato
Date: 2005-12-14 02:07:29 -0800 (Wed, 14 Dec 2005)
New Revision: 2568

Modified:
   trunk/scm/skk.scm
Log:
* scm/skk.scm (skk-commit-with-conv-completion) : Fix argument for
  skk-lib-get-dcomp-word.


Modified: trunk/scm/skk.scm
===================================================================
--- trunk/scm/skk.scm	2005-12-14 01:03:03 UTC (rev 2567)
+++ trunk/scm/skk.scm	2005-12-14 10:07:29 UTC (rev 2568)
@@ -1197,7 +1197,8 @@
 	  (let ((dcomp (skk-lib-get-dcomp-word
 			(skk-make-string
 			 (skk-context-head sc)
-			 (skk-context-kana-mode sc)))))
+			 (skk-context-kana-mode sc))
+			skk-use-numeric-conversion?)))
 	    (if (not (string=? dcomp ""))
 		(begin
 		  (skk-string-list-to-context-head



More information about the uim-commit mailing list