diff options
| author | Kenichi Handa | 1997-04-23 01:30:10 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-04-23 01:30:10 +0000 |
| commit | 69b73c8a97fd9f83f0c31b2b0a6a7d5129da11ee (patch) | |
| tree | 8ae360ae1ed84be1806bda2302101cdcd5eea28d | |
| parent | 7d601aaaf6e49d6848cdea295f7501629cf57862 (diff) | |
| download | emacs-69b73c8a97fd9f83f0c31b2b0a6a7d5129da11ee.tar.gz emacs-69b73c8a97fd9f83f0c31b2b0a6a7d5129da11ee.zip | |
Re-arrange priorities of coding categories.
| -rw-r--r-- | lisp/international/mule-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 203bf001eec..a4726ae4444 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -305,8 +305,8 @@ | |||
| 305 | 305 | ||
| 306 | (set-coding-priority | 306 | (set-coding-priority |
| 307 | '(coding-category-iso-7 | 307 | '(coding-category-iso-7 |
| 308 | coding-category-iso-8-2 | ||
| 309 | coding-category-iso-8-1 | 308 | coding-category-iso-8-1 |
| 309 | coding-category-iso-8-2 | ||
| 310 | coding-category-iso-else | 310 | coding-category-iso-else |
| 311 | coding-category-sjis | 311 | coding-category-sjis |
| 312 | coding-category-big5 | 312 | coding-category-big5 |