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:
parent
7de6cd0aee
commit
b402691741
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue