mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(setup-chinese-gb-environment): Delete
a code setting default value of default-input-method. (setup-chinese-big5-environment): Likewise. (setup-chinese-cns-environment): Likewise.
This commit is contained in:
parent
8d2c52850d
commit
f7b46c2d62
1 changed files with 3 additions and 6 deletions
|
|
@ -50,8 +50,7 @@
|
|||
(setq default-terminal-coding-system 'chinese-iso-8bit)
|
||||
(setq default-keyboard-coding-system 'chinese-iso-8bit)
|
||||
|
||||
(setq default-input-method "chinese-py-punct")
|
||||
(setq-default default-input-method "chinese-py-punct"))
|
||||
(setq default-input-method "chinese-py-punct"))
|
||||
|
||||
;;;###autoload
|
||||
(defun setup-chinese-big5-environment ()
|
||||
|
|
@ -78,8 +77,7 @@
|
|||
(setq default-terminal-coding-system 'chinese-big5)
|
||||
(setq default-keyboard-coding-system 'chinese-big5)
|
||||
|
||||
(setq default-input-method "chinese-py-punct-b5")
|
||||
(setq-default default-input-method "chinese-py-punct-b5"))
|
||||
(setq default-input-method "chinese-py-punct-b5"))
|
||||
|
||||
;;;###autoload
|
||||
(defun setup-chinese-cns-environment ()
|
||||
|
|
@ -105,8 +103,7 @@
|
|||
(setq default-terminal-coding-system 'chinese-iso-7bit)
|
||||
(setq default-keyboard-coding-system 'chinese-iso-7bit)
|
||||
|
||||
(setq default-input-method "chinese-quick-cns")
|
||||
(setq-default default-input-method "chinese-quick-cns"))
|
||||
(setq default-input-method "chinese-quick-cns"))
|
||||
|
||||
;; Hz/ZW encoding stuffs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue