diff options
author | Kenichi Handa <handa@m17n.org> | 1997-04-23 01:30:10 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-04-23 01:30:10 +0000 |
commit | 69b73c8a97fd9f83f0c31b2b0a6a7d5129da11ee (patch) | |
tree | 8ae360ae1ed84be1806bda2302101cdcd5eea28d /lisp | |
parent | 7d601aaaf6e49d6848cdea295f7501629cf57862 (diff) | |
download | emacs-69b73c8a97fd9f83f0c31b2b0a6a7d5129da11ee.tar.gz |
Re-arrange priorities of coding categories.
Diffstat (limited to 'lisp')
-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 @@ (set-coding-priority '(coding-category-iso-7 - coding-category-iso-8-2 coding-category-iso-8-1 + coding-category-iso-8-2 coding-category-iso-else coding-category-sjis coding-category-big5 |