Changeset 4086

Show
Ignore:
Timestamp:
05/21/06 21:59:46 (2 years ago)
Author:
miyoshi
Message:

* international/meadow.el: Remove redundant spaces.

* international/mw32misc.el: Ditto.

Files:

Legend:

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

    r4085 r4086  
     12006-05-21  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * international/meadow.el: Remove redundant spaces. 
     4 
     5        * international/mw32misc.el: Ditto. 
     6 
    172006-05-18  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    28 
  • trunk/lisp/international/meadow.el

    r4059 r4086  
    409409      (add-hook 'set-selected-window-buffer-functions 
    410410                'mw32-ime-set-selected-window-buffer-hook) 
    411        
     411 
    412412      (add-hook 'isearch-mode-hook 'mw32-isearch-mode-hook-function) 
    413413      (defadvice isearch-toggle-input-method (after mw32-fep-off activate) 
     
    434434  (define-key isearch-mode-map [kanji] 'isearch-toggle-input-method) 
    435435  (define-key isearch-mode-map [compend] 'mw32-isearch-update)) 
    436        
    437      
     436 
     437 
    438438(defun mw32-ime-uninitialize () 
    439439  (cond ((and (eq system-type 'windows-nt) 
     
    450450         (defadvice isearch-toggle-input-method (after mw32-fep-off disable)) 
    451451         (defadvice isearch-done (after mw32-fep-on disable))))) 
    452           
     452 
    453453(defun mw32-ime-exit-from-minibuffer () 
    454454  (inactivate-input-method) 
  • trunk/lisp/international/mw32misc.el

    r4006 r4086  
    916916refer to the two variables `mw32-process-expects-pty' and 
    917917`mw32-process-under-setup'. 
    918   
     918 
    919919Each WRAPPER may be nil. 
    920920 
     
    976976          (funcall func)) 
    977977      (setq wrapper prog)))) 
    978      
     978 
    979979    (setq argument (cond ((eq quoting 'msvc) 
    980980                          (msvc-process-argument-quoting argument))