summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2001-01-09 23:49:44 +0000
committerKenichi Handa <handa@m17n.org>2001-01-09 23:49:44 +0000
commit402324527e3f282cfc70f0c5d5577b7be80b26db (patch)
treeaa570bf7c6af0907070315ac3262fb52dbe62da7
parentae4b5f4f02054ea21ae26788957cc992e4cde83b (diff)
downloademacs-402324527e3f282cfc70f0c5d5577b7be80b26db.tar.gz
(latin-extra-code-table): Set to t for \223 and \224.
-rw-r--r--lisp/international/mule-conf.el2
1 files changed, 2 insertions, 0 deletions
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)