# HG changeset patch # User Kenichi Handa # Date 1049855997 0 # Node ID 5930672784ee47d42f09803cf9495f3a1c3e64ac # Parent ca50ca10ab04f70a68bd49c666107f0431c6465c Register ?\221 and ?\226 in latin-extra-code-table. diff -r ca50ca10ab04 -r 5930672784ee lisp/international/mule-conf.el --- 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)