Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > d9699729a50482d1b9225faf2dc3e23a > files > 2

uim-1.6.1-3.fc13.src.rpm

Index: emacs/uim-leim.el
===================================================================
--- emacs/uim-leim.el	(リビジョン 6982)
+++ emacs/uim-leim.el	(作業コピー)
@@ -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))
   )