From 402324527e3f282cfc70f0c5d5577b7be80b26db Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 9 Jan 2001 23:49:44 +0000 Subject: [PATCH] (latin-extra-code-table): Set to t for \223 and \224. --- lisp/international/mule-conf.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 8d943550ba1..c2b02132c7c 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -471,6 +471,8 @@ ;;; Miscellaneous settings. (aset latin-extra-code-table ?\222 t) +(aset latin-extra-code-table ?\223 t) +(aset latin-extra-code-table ?\224 t) (update-coding-systems-internal) -- 2.39.2