diff options
| -rw-r--r-- | lisp/international/mule-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 9f4afd62c7b..2f1f7571b35 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -370,7 +370,7 @@ | |||
| 370 | (make-coding-system | 370 | (make-coding-system |
| 371 | 'x-ctext 2 ?x | 371 | 'x-ctext 2 ?x |
| 372 | "Compound text based generic encoding for decoding unknown messages." | 372 | "Compound text based generic encoding for decoding unknown messages." |
| 373 | '((ascii t) (latin-iso8859-1 t) t t | 373 | '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t |
| 374 | nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil | 374 | nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil |
| 375 | init-bol nil nil) | 375 | init-bol nil nil) |
| 376 | '((safe-charsets . t) | 376 | '((safe-charsets . t) |