[Prime-cvs] CVS update: prime/uim

Back to archive index

Hiroyuki Komatsu komat****@users*****
2004年 12月 13日 (月) 18:06:54 JST


Index: prime/uim/prime.scm
diff -u prime/uim/prime.scm:1.1.2.8 prime/uim/prime.scm:1.1.2.9
--- prime/uim/prime.scm:1.1.2.8	Sat Dec 11 16:42:26 2004
+++ prime/uim/prime.scm	Mon Dec 13 18:06:53 2004
@@ -763,13 +763,15 @@
 (define prime-command-conv-prev
   (lambda (context key key-state)
     (if (> (prime-context-nth context) 0)
-	(prime-context-set-nth! context (- (prime-context-nth       context) 1))
-	(prime-context-set-nth! context (- (prime-get-nr-candidates context) 1)))
+	(prime-context-set-nth! context
+				(- (prime-context-nth context) 1))
+	(prime-context-set-nth! context
+				(- (prime-get-nr-candidates context) 1)))
     ))
 
 (define prime-command-conv-cancel
   (lambda (context key key-state)
-    (prime-convert-calcel context)))
+    (prime-convert-cancel context)))
 
 (define prime-command-conv-commit
   (lambda (context key key-state)
Index: prime/uim/ChangeLog
diff -u prime/uim/ChangeLog:1.1.2.8 prime/uim/ChangeLog:1.1.2.9
--- prime/uim/ChangeLog:1.1.2.8	Sat Dec 11 16:42:26 2004
+++ prime/uim/ChangeLog	Mon Dec 13 18:06:53 2004
@@ -1,3 +1,9 @@
+2004-12-13  Hiroyuki Komatsu  <komat****@taiya*****>
+
+	* prime.scm (prime-command-conv-cancel): 
+	Fiexed a typo of the function prime-convert-cancel.
+	Thanks for the notice from Masaki Yatsu.
+
 2004-12-11  Hiroyuki Komatsu  <komat****@taiya*****>
 
 	* prime.scm (prime-mode-set-mode): 


Prime-cvs メーリングリストの案内
Back to archive index