diff options
| author | Kenichi Handa | 2003-04-08 11:28:44 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-04-08 11:28:44 +0000 |
| commit | b402691741ea067473e901c8a9042e0943aa3e89 (patch) | |
| tree | 98b54126107cd4fb29520e824b37d7ffa6385695 | |
| parent | 7de6cd0aee512d54a8758a632afa0bd7ea97fcc0 (diff) | |
| download | emacs-b402691741ea067473e901c8a9042e0943aa3e89.tar.gz emacs-b402691741ea067473e901c8a9042e0943aa3e89.zip | |
Register ?\225 in latin-extra-code-table.
| -rw-r--r-- | lisp/international/mule-conf.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 45efa97872c..fb7529d8629 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -548,6 +548,7 @@ for decoding and encoding files, process I/O, etc." | |||
| 548 | (aset latin-extra-code-table ?\222 t) | 548 | (aset latin-extra-code-table ?\222 t) |
| 549 | (aset latin-extra-code-table ?\223 t) | 549 | (aset latin-extra-code-table ?\223 t) |
| 550 | (aset latin-extra-code-table ?\224 t) | 550 | (aset latin-extra-code-table ?\224 t) |
| 551 | (aset latin-extra-code-table ?\225 t) | ||
| 551 | 552 | ||
| 552 | (update-coding-systems-internal) | 553 | (update-coding-systems-internal) |
| 553 | 554 | ||