]> git.eshelyaron.com Git - emacs.git/commitdiff
Register ?\225 in latin-extra-code-table.
authorKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2003 11:28:44 +0000 (11:28 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2003 11:28:44 +0000 (11:28 +0000)
lisp/international/mule-conf.el

index 45efa97872c0d7febc7ab5ab4dc1b8f3dc3d9da6..fb7529d8629ba787a02d9de21a4d7ff93ed045f3 100644 (file)
@@ -548,6 +548,7 @@ for decoding and encoding files, process I/O, etc."
 (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)
 
 (update-coding-systems-internal)