diff options
| -rw-r--r-- | lisp/language/china-util.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/language/china-util.el b/lisp/language/china-util.el index 383a994b638..f9df1da74ab 100644 --- a/lisp/language/china-util.el +++ b/lisp/language/china-util.el | |||
| @@ -51,7 +51,8 @@ | |||
| 51 | (setq sendmail-coding-system nil | 51 | (setq sendmail-coding-system nil |
| 52 | rmail-file-coding-system 'chinese-iso-7bit) | 52 | rmail-file-coding-system 'chinese-iso-7bit) |
| 53 | 53 | ||
| 54 | (setq default-input-method "chinese-py-punct")) | 54 | (setq default-input-method "chinese-py-punct") |
| 55 | (setq-default default-input-method "chinese-py-punct")) | ||
| 55 | 56 | ||
| 56 | ;;;###autoload | 57 | ;;;###autoload |
| 57 | (defun setup-chinese-big5-environment () | 58 | (defun setup-chinese-big5-environment () |
| @@ -79,7 +80,8 @@ | |||
| 79 | (setq sendmail-coding-system nil | 80 | (setq sendmail-coding-system nil |
| 80 | rmail-file-coding-system 'chienese-iso-7bit) | 81 | rmail-file-coding-system 'chienese-iso-7bit) |
| 81 | 82 | ||
| 82 | (setq default-input-method "chinese-py-punct-b5")) | 83 | (setq default-input-method "chinese-py-punct-b5") |
| 84 | (setq-default default-input-method "chinese-py-punct-b5")) | ||
| 83 | 85 | ||
| 84 | ;;;###autoload | 86 | ;;;###autoload |
| 85 | (defun setup-chinese-cns-environment () | 87 | (defun setup-chinese-cns-environment () |
| @@ -106,7 +108,8 @@ | |||
| 106 | (setq sendmail-coding-system nil | 108 | (setq sendmail-coding-system nil |
| 107 | rmail-file-coding-system 'chinese-iso-7bit) | 109 | rmail-file-coding-system 'chinese-iso-7bit) |
| 108 | 110 | ||
| 109 | (setq default-input-method "quail-quick-cns")) | 111 | (setq default-input-method "chinese-quick-cns") |
| 112 | (setq-default default-input-method "chinese-quick-cns")) | ||
| 110 | 113 | ||
| 111 | ;; Hz/ZW encoding stuffs | 114 | ;; Hz/ZW encoding stuffs |
| 112 | 115 | ||