diff options
| -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. |