diff options
| author | Kenichi Handa | 2000-03-07 06:16:30 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-03-07 06:16:30 +0000 |
| commit | 2c7794b0bcb1aef54624de56d5ccbb7736d2a8b8 (patch) | |
| tree | 7522c7189d81de759d09d9667a92d4aeb084ee0e | |
| parent | 9bfcd26931380ae21fa130d9608ad429a011984c (diff) | |
| download | emacs-2c7794b0bcb1aef54624de56d5ccbb7736d2a8b8.tar.gz emacs-2c7794b0bcb1aef54624de56d5ccbb7736d2a8b8.zip | |
(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.
| -rw-r--r-- | lisp/international/mule-conf.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 6c28e4d1f4c..2a58e7271fa 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -361,6 +361,9 @@ | |||
| 361 | coding-category-iso-7-else 'iso-2022-7bit-lock | 361 | coding-category-iso-7-else 'iso-2022-7bit-lock |
| 362 | coding-category-iso-8-else 'iso-2022-8bit-ss2 | 362 | coding-category-iso-8-else 'iso-2022-8bit-ss2 |
| 363 | coding-category-ccl nil | 363 | coding-category-ccl nil |
| 364 | coding-category-utf-8 nil | ||
| 365 | coding-category-utf-16-be nil | ||
| 366 | coding-category-utf-16-le nil | ||
| 364 | coding-category-big5 'chinese-big5 | 367 | coding-category-big5 'chinese-big5 |
| 365 | coding-category-raw-text 'raw-text | 368 | coding-category-raw-text 'raw-text |
| 366 | coding-category-binary 'no-conversion) | 369 | coding-category-binary 'no-conversion) |
| @@ -377,7 +380,10 @@ | |||
| 377 | coding-category-sjis | 380 | coding-category-sjis |
| 378 | coding-category-big5 | 381 | coding-category-big5 |
| 379 | coding-category-ccl | 382 | coding-category-ccl |
| 380 | coding-category-binary)) | 383 | coding-category-binary |
| 384 | coding-category-utf-16-be | ||
| 385 | coding-category-utf-16-le | ||
| 386 | coding-category-utf-8)) | ||
| 381 | 387 | ||
| 382 | 388 | ||
| 383 | ;;; Miscellaneous settings. | 389 | ;;; Miscellaneous settings. |