Revision: 6983
Author: ek.kato
Date: Tue Mar 22 01:28:37 2011
Log: * emacs/uim-leim.el (uim-leim-input-method-activate-hook) : Don't
set current-input-method-title here (bug #35318).
http://code.google.com/p/uim/source/detail?r=6983
Modified:
/trunk/emacs/uim-leim.el
=======================================
--- /trunk/emacs/uim-leim.el Thu Jan 6 18:09:56 2011
+++ /trunk/emacs/uim-leim.el Tue Mar 22 01:28:37 2011
@@ -109,8 +109,9 @@
)
(defun uim-leim-input-method-activate-hook ()
- (setq current-input-method-title uim-leim-mode-line-string)
-
+ ;; Don't set input-method-title here.
+
+ ;; However, leave code fore xemacs since I cannot test with xemacs for
now.
(if uim-xemacs
(uim-leim-xemacs-modeline-init))
)