diff options
| author | Kenichi Handa | 1998-08-02 01:06:57 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-08-02 01:06:57 +0000 |
| commit | a1223d6ce9c1db51d64e97b3787181c8f709e2b8 (patch) | |
| tree | bec7fd5cb41949d876dce8068c07a4e78024567e | |
| parent | 2149d013540a5d367956d28abf64d0de4673cdab (diff) | |
| download | emacs-a1223d6ce9c1db51d64e97b3787181c8f709e2b8.tar.gz emacs-a1223d6ce9c1db51d64e97b3787181c8f709e2b8.zip | |
Initialize coding-category-ccl to
nil. Include it in the arg for set-coding-priority.
| -rw-r--r-- | lisp/international/mule-conf.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 42752892579..23895cadb9d 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -337,6 +337,7 @@ | |||
| 337 | coding-category-iso-8-2 'japanese-iso-8bit | 337 | coding-category-iso-8-2 'japanese-iso-8bit |
| 338 | coding-category-iso-7-else 'iso-2022-7bit-lock | 338 | coding-category-iso-7-else 'iso-2022-7bit-lock |
| 339 | coding-category-iso-8-else 'iso-2022-8bit-ss2 | 339 | coding-category-iso-8-else 'iso-2022-8bit-ss2 |
| 340 | coding-category-ccl nil | ||
| 340 | coding-category-big5 'chinese-big5 | 341 | coding-category-big5 'chinese-big5 |
| 341 | coding-category-raw-text 'raw-text | 342 | coding-category-raw-text 'raw-text |
| 342 | coding-category-binary 'no-conversion) | 343 | coding-category-binary 'no-conversion) |
| @@ -352,6 +353,7 @@ | |||
| 352 | coding-category-raw-text | 353 | coding-category-raw-text |
| 353 | coding-category-sjis | 354 | coding-category-sjis |
| 354 | coding-category-big5 | 355 | coding-category-big5 |
| 356 | coding-category-ccl | ||
| 355 | coding-category-binary)) | 357 | coding-category-binary)) |
| 356 | 358 | ||
| 357 | 359 | ||