diff options
| author | Jason Rumney | 2004-05-09 21:25:22 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-05-09 21:25:22 +0000 |
| commit | 4b0bf0aba1a2660544afeac5a37436eca8d3062c (patch) | |
| tree | 791b430d05683c972ea1ec2663c084605916dfc0 | |
| parent | 72da2689e14d1ead67bad5379460c2c265ddfa52 (diff) | |
| download | emacs-4b0bf0aba1a2660544afeac5a37436eca8d3062c.tar.gz emacs-4b0bf0aba1a2660544afeac5a37436eca8d3062c.zip | |
Add cp932 as alias for japanese-shift-jis.
| -rw-r--r-- | lisp/language/japanese.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index 2ee04e04e88..84efe70e4bb 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -67,6 +67,7 @@ | |||
| 67 | 67 | ||
| 68 | (define-coding-system-alias 'shift_jis 'japanese-shift-jis) | 68 | (define-coding-system-alias 'shift_jis 'japanese-shift-jis) |
| 69 | (define-coding-system-alias 'sjis 'japanese-shift-jis) | 69 | (define-coding-system-alias 'sjis 'japanese-shift-jis) |
| 70 | (define-coding-system-alias 'cp932 'japanese-shift-jis) | ||
| 70 | 71 | ||
| 71 | (make-coding-system | 72 | (make-coding-system |
| 72 | 'japanese-iso-7bit-1978-irv 2 ?j | 73 | 'japanese-iso-7bit-1978-irv 2 ?j |