aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2000-03-07 06:16:30 +0000
committerKenichi Handa <[email protected]>2000-03-07 06:16:30 +0000
commit2c7794b0bcb1aef54624de56d5ccbb7736d2a8b8 (patch)
tree7522c7189d81de759d09d9667a92d4aeb084ee0e /lisp
parent9bfcd26931380ae21fa130d9608ad429a011984c (diff)
(coding-category-utf-8,
coding-category-utf-16-be, coding-category-utf-16-le): New coding categories. Include them in the argument for set-coding-priority.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-conf.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 6c28e4d1f4..2a58e7271f 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -361,6 +361,9 @@
coding-category-iso-7-else 'iso-2022-7bit-lock
coding-category-iso-8-else 'iso-2022-8bit-ss2
coding-category-ccl nil
+ coding-category-utf-8 nil
+ coding-category-utf-16-be nil
+ coding-category-utf-16-le nil
coding-category-big5 'chinese-big5
coding-category-raw-text 'raw-text
coding-category-binary 'no-conversion)
@@ -377,7 +380,10 @@
coding-category-sjis
coding-category-big5
coding-category-ccl
- coding-category-binary))
+ coding-category-binary
+ coding-category-utf-16-be
+ coding-category-utf-16-le
+ coding-category-utf-8))
;;; Miscellaneous settings.