diff options
| -rw-r--r-- | lisp/international/mule-conf.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 8901c0ba393..2d397d596d1 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -857,7 +857,8 @@ | |||
| 857 | :iso-final-char ?3 | 857 | :iso-final-char ?3 |
| 858 | :emacs-mule-id 243 | 858 | :emacs-mule-id 243 |
| 859 | :code-space [#x20 #x7F #x20 #x75] | 859 | :code-space [#x20 #x7F #x20 #x75] |
| 860 | :code-offset #xE000) | 860 | :code-offset #xE000 |
| 861 | :max-code 30015) ; U+FFFF | ||
| 861 | 862 | ||
| 862 | (define-charset 'mule-unicode-0100-24ff | 863 | (define-charset 'mule-unicode-0100-24ff |
| 863 | "Unicode characters of the range U+0100..U+24FF." | 864 | "Unicode characters of the range U+0100..U+24FF." |