mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 15:30:29 -08:00
(syms_of_charset): Fix previous change.
This commit is contained in:
parent
52af23fe10
commit
73fbf2d9bf
1 changed files with 1 additions and 1 deletions
|
|
@ -2118,7 +2118,7 @@ The default value is sub-directory "charsets" of `data-directory'. */);
|
|||
= define_charset_internal (Qascii, 1, "\x00\x7F\x00\x00\x00\x00",
|
||||
0, 127, 'B', -1, 0, 1, 0, 0);
|
||||
charset_unicode
|
||||
= define_charset_internal (Qunicode, 3, "\x00\x7F\x00\x7F\x00\x10",
|
||||
= define_charset_internal (Qunicode, 3, "\x00\xFF\x00\xFF\x00\x10",
|
||||
0, MAX_UNICODE_CHAR, -1, 0, -1, 1, 0, 0);
|
||||
charset_eight_bit
|
||||
= define_charset_internal (Qeight_bit, 1, "\x80\xFF\x00\x00\x00\x00",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue