diff options
author | Kenichi Handa <handa@m17n.org> | 2001-01-09 23:49:44 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2001-01-09 23:49:44 +0000 |
commit | 402324527e3f282cfc70f0c5d5577b7be80b26db (patch) | |
tree | aa570bf7c6af0907070315ac3262fb52dbe62da7 /lisp/international/mule-conf.el | |
parent | ae4b5f4f02054ea21ae26788957cc992e4cde83b (diff) | |
download | emacs-402324527e3f282cfc70f0c5d5577b7be80b26db.tar.gz |
(latin-extra-code-table): Set to t for \223 and \224.
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r-- | lisp/international/mule-conf.el | 2 |
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) |