1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 03:40:36 -08:00

Register ?\225 in latin-extra-code-table.

This commit is contained in:
Kenichi Handa 2003-04-08 11:28:44 +00:00
parent 7de6cd0aee
commit b402691741

View 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)