aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2001-01-09 23:49:44 +0000
committerKenichi Handa2001-01-09 23:49:44 +0000
commit402324527e3f282cfc70f0c5d5577b7be80b26db (patch)
treeaa570bf7c6af0907070315ac3262fb52dbe62da7
parentae4b5f4f02054ea21ae26788957cc992e4cde83b (diff)
downloademacs-402324527e3f282cfc70f0c5d5577b7be80b26db.tar.gz
emacs-402324527e3f282cfc70f0c5d5577b7be80b26db.zip
(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 @@
471 471
472;;; Miscellaneous settings. 472;;; Miscellaneous settings.
473(aset latin-extra-code-table ?\222 t) 473(aset latin-extra-code-table ?\222 t)
474(aset latin-extra-code-table ?\223 t)
475(aset latin-extra-code-table ?\224 t)
474 476
475(update-coding-systems-internal) 477(update-coding-systems-internal)
476 478