From 06859d9e51377e71943da476a80c7b3da03a18fe Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 30 Sep 2002 06:40:31 +0000 Subject: [PATCH] (emacs-mule): Add property composition. --- lisp/international/mule-conf.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 eight-bit-control characters. Each of them is encoded into a single byte." nil - '((safe-charsets . t))) + '((safe-charsets . t) + (composition . t))) (make-coding-system 'raw-text 5 ?t -- 2.39.5