]> git.eshelyaron.com Git - emacs.git/commitdiff
(latin-extra-code-table): Set to t for \223 and \224.
authorKenichi Handa <handa@m17n.org>
Tue, 9 Jan 2001 23:49:44 +0000 (23:49 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 9 Jan 2001 23:49:44 +0000 (23:49 +0000)
lisp/international/mule-conf.el

index 8d943550ba192ea1229dc7513ad2d71f2247cb70..c2b02132c7c43d6b2a4bac52bf31e348e024dcda 100644 (file)
 \f
 ;;; 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)