Mercurial > emacs
changeset 50511:5930672784ee
Register ?\221 and ?\226 in latin-extra-code-table.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 09 Apr 2003 02:39:57 +0000 |
parents | ca50ca10ab04 |
children | 8d5fd224ff27 |
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 Wed Apr 09 02:39:40 2003 +0000 +++ b/lisp/international/mule-conf.el Wed Apr 09 02:39:57 2003 +0000 @@ -545,10 +545,12 @@ ;;; Miscellaneous settings. +(aset latin-extra-code-table ?\221 t) (aset latin-extra-code-table ?\222 t) (aset latin-extra-code-table ?\223 t) (aset latin-extra-code-table ?\224 t) (aset latin-extra-code-table ?\225 t) +(aset latin-extra-code-table ?\226 t) (update-coding-systems-internal)