diff options
| -rw-r--r-- | lisp/international/mule-conf.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 736ced7c85c..5d014d2d964 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -341,7 +341,8 @@ sequence of the text in buffers and strings. An exception is made for | |||
| 341 | eight-bit-control characters. Each of them is encoded into a single | 341 | eight-bit-control characters. Each of them is encoded into a single |
| 342 | byte." | 342 | byte." |
| 343 | nil | 343 | nil |
| 344 | '((safe-charsets . t))) | 344 | '((safe-charsets . t) |
| 345 | (composition . t))) | ||
| 345 | 346 | ||
| 346 | (make-coding-system | 347 | (make-coding-system |
| 347 | 'raw-text 5 ?t | 348 | 'raw-text 5 ?t |