]> git.eshelyaron.com Git - emacs.git/commitdiff
Register ?\221 and ?\226 in latin-extra-code-table.
authorKenichi Handa <handa@m17n.org>
Wed, 9 Apr 2003 02:39:57 +0000 (02:39 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 9 Apr 2003 02:39:57 +0000 (02:39 +0000)
lisp/international/mule-conf.el

index fb7529d8629ba787a02d9de21a4d7ff93ed045f3..a88ad80d2a57faf0b12279126ed7ba34585d966f 100644 (file)
@@ -545,10 +545,12 @@ for decoding and encoding files, process I/O, etc."
 
 \f
 ;;; 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)