Revision: 6819
Author: deton.kih
Date: Fri Nov 19 04:32:36 2010
Log: * scm/tutcode.scm
- (tutcode-proc-state-yomi): Remove duplicated {next,prev}-page-key check.
http://code.google.com/p/uim/source/detail?r=6819
Modified:
/trunk/scm/tutcode.scm
=======================================
--- /trunk/scm/tutcode.scm Sun Nov 14 02:09:39 2010
+++ /trunk/scm/tutcode.scm Fri Nov 19 04:32:36 2010
@@ -2014,10 +2014,6 @@
tutcode-use-recursive-learning?)
(tutcode-context-set-state! pc 'tutcode-state-converting)
(tutcode-setup-child-context pc 'tutcode-child-type-editor))
- ((and predicting? (tutcode-next-page-key? key key-state))
- (tutcode-change-prediction-page pc #t))
- ((and predicting? (tutcode-prev-page-key? key key-state))
- (tutcode-change-prediction-page pc #f))
((symbol? key)
(tutcode-flush pc)
(tutcode-proc-state-on pc key key-state))