Author: sasugaanija
Date: Tue Oct 14 23:44:59 2008
New Revision: 5595

Modified:
   trunk/emacs/uim.el

Log:
* emacs/uim.el
  - (uim-process-agent-output): Ignore 'd' command if valid
    uim-default-im-engine is defined.



Modified: trunk/emacs/uim.el
==============================================================================
--- trunk/emacs/uim.el  (original)
+++ trunk/emacs/uim.el  Tue Oct 14 23:44:59 2008
@@ -1224,7 +1224,7 @@
       (when helpermsg
        (uim-helper-send-message helpermsg))

-      (when default
+      (when (and default (not (uim-get-default-engine)))
        (uim-update-default-engine default))

       (when im

Reply via email to