diff options
| author | Kenichi Handa | 2001-01-25 11:48:42 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-01-25 11:48:42 +0000 |
| commit | f8499efbd36df8ffcc57daecb47c70abc8fd0fda (patch) | |
| tree | fd42601d7bfbaa1fd61ad209e5d8d9f994c4e349 /lisp | |
| parent | 0fdb4475a0cabfc9523e90cb8983f9b66897beaa (diff) | |
| download | emacs-f8499efbd36df8ffcc57daecb47c70abc8fd0fda.tar.gz emacs-f8499efbd36df8ffcc57daecb47c70abc8fd0fda.zip | |
(coding-category-utf-8): Initialize to mule-utf-8.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule-conf.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index c2b02132c7c..696a8d91f8d 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -444,7 +444,7 @@ | |||
| 444 | coding-category-iso-7-else 'iso-2022-7bit-lock | 444 | coding-category-iso-7-else 'iso-2022-7bit-lock |
| 445 | coding-category-iso-8-else 'iso-2022-8bit-ss2 | 445 | coding-category-iso-8-else 'iso-2022-8bit-ss2 |
| 446 | coding-category-ccl nil | 446 | coding-category-ccl nil |
| 447 | coding-category-utf-8 nil | 447 | coding-category-utf-8 'mule-utf-8 |
| 448 | coding-category-utf-16-be nil | 448 | coding-category-utf-16-be nil |
| 449 | coding-category-utf-16-le nil | 449 | coding-category-utf-16-le nil |
| 450 | coding-category-big5 'chinese-big5 | 450 | coding-category-big5 'chinese-big5 |
| @@ -463,10 +463,10 @@ | |||
| 463 | coding-category-sjis | 463 | coding-category-sjis |
| 464 | coding-category-big5 | 464 | coding-category-big5 |
| 465 | coding-category-ccl | 465 | coding-category-ccl |
| 466 | coding-category-utf-8 | ||
| 466 | coding-category-binary | 467 | coding-category-binary |
| 467 | coding-category-utf-16-be | 468 | coding-category-utf-16-be |
| 468 | coding-category-utf-16-le | 469 | coding-category-utf-16-le)) |
| 469 | coding-category-utf-8)) | ||
| 470 | 470 | ||
| 471 | 471 | ||
| 472 | ;;; Miscellaneous settings. | 472 | ;;; Miscellaneous settings. |