Changeset 4002
- Timestamp:
- 12/14/05 17:48:07 (3 years ago)
- Files:
-
- trunk/lisp/ChangeLog.Meadow (modified) (1 diff)
- trunk/lisp/international/meadow.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/ChangeLog.Meadow
r4001 r4002 3 3 * international/meadow.el (mw32-input-method): Avoid byte-compile 4 4 warnings; use (car (cddr x)) instead of (caddr x). 5 (mw32-ime-initialize): Don't set default-input-method if it is 6 available. 7 (top): Change to iso-2022-7bit-unix on this file. 5 8 6 9 2005-12-13 Kyotaro HORIGUCHI <horiguti@meadowy.org> trunk/lisp/international/meadow.el
r4001 r4002 1 ;; -*- mode: Emacs-Lisp; coding: iso-2022-7bit-unix -*- 1 2 ;; 2 3 ;; Author H.Miyashita … … 396 397 mw32-ime-coding-system-language-environment-alist 397 398 t))) 398 (setq default-input-method "MW32-IME") 399 (unless default-input-method 400 (setq default-input-method "MW32-IME")) 399 401 (mw32-ime-init-mode-line-display) 400 402 (mw32-ime-mode-line-update) … … 467 469 (mw32-ime-mode-line-update)) 468 470 469 (register-input-method "MW32-IME" "Japanese" 'mw32-ime-state-switch "A "471 (register-input-method "MW32-IME" "Japanese" 'mw32-ime-state-switch "A$B$"(B" 470 472 "MW32 System IME") 471 473
