Author: ek.kato
Date: Tue Oct 16 00:37:11 2007
New Revision: 5029
Modified:
trunk/scm/latin.scm
Log:
* scm/latin.scm (latin-proc-composing-state) : Use 'eq?' instead
of '='.
Modified: trunk/scm/latin.scm
==============================================================================
--- trunk/scm/latin.scm (original)
+++ trunk/scm/latin.scm Tue Oct 16 00:37:11 2007
@@ -1652,7 +1652,7 @@
(not (or (dead-keys? key)
(eq? 'Multi_key key))))
(and
- (= 32 key) ; space
+ (eq? 32 key) ; space
(not (string-find (rk-expect rkc) " "))))
(latin-commit lc)
(im-commit-raw lc)