diff options
| author | Kenichi Handa | 2004-04-11 23:21:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-04-11 23:21:36 +0000 |
| commit | 49015dcb79c02686c9c556685c04e6880b552b93 (patch) | |
| tree | 2491735f69d2de11cfa0460892c9f697679692f2 | |
| parent | 3200c1321a17d64fea5e89b54c60b133f868e2b0 (diff) | |
| download | emacs-49015dcb79c02686c9c556685c04e6880b552b93.tar.gz emacs-49015dcb79c02686c9c556685c04e6880b552b93.zip | |
(japanese-iso-8bit): Fix order of :charset-list.
| -rw-r--r-- | lisp/language/japanese.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index 0785ce69661..961e724e968 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -128,8 +128,8 @@ | |||
| 128 | :designation [ascii japanese-jisx0208 katakana-jisx0201 japanese-jisx0212] | 128 | :designation [ascii japanese-jisx0208 katakana-jisx0201 japanese-jisx0212] |
| 129 | :flags '(short ascii-at-eol ascii-at-cntl single-shift) | 129 | :flags '(short ascii-at-eol ascii-at-cntl single-shift) |
| 130 | :charset-list '(ascii latin-jisx0201 japanese-jisx0208 | 130 | :charset-list '(ascii latin-jisx0201 japanese-jisx0208 |
| 131 | japanese-jisx0208-1978 | 131 | katakana-jisx0201 japanese-jisx0212 |
| 132 | katakana-jisx0201 japanese-jisx0212) | 132 | japanese-jisx0208-1978) |
| 133 | :mime-charset 'euc-jp) | 133 | :mime-charset 'euc-jp) |
| 134 | 134 | ||
| 135 | (define-coding-system-alias 'euc-japan-1990 'japanese-iso-8bit) | 135 | (define-coding-system-alias 'euc-japan-1990 'japanese-iso-8bit) |