Mercurial > emacs
changeset 35187:cb583146cc55
(latin-extra-code-table): Set to t for \223 and \224.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 09 Jan 2001 23:49:44 +0000 |
parents | b949f329401f |
children | 94d46968a93f |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Tue Jan 09 23:49:28 2001 +0000 +++ b/lisp/international/mule-conf.el Tue Jan 09 23:49:44 2001 +0000 @@ -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)