Changeset 4087

Show
Ignore:
Timestamp:
2006年05月21日 22時15分10秒 (2 years ago)
Author:
miyoshi
Message:

(mw32-ime-sync-state): Don't sync IME
state when this-command is nil. Refer to ticket:302.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/ChangeLog.Meadow

    r4086 r4087  
     12006-05-21  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * international/meadow.el (mw32-ime-sync-state): Don't sync IME 
     4        state when this-command is nil.  Refer to ticket:302. 
     5 
    162006-05-21  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • trunk/lisp/international/meadow.el

    r4086 r4087  
    332332(defun mw32-ime-sync-state (window) 
    333333  (when (and mw32-ime-buffer-switch-p 
     334             this-command 
    334335             (not mw32-ime-composition-window)) 
    335336    (with-current-buffer (window-buffer window)