]> git.eshelyaron.com Git - emacs.git/commit
(x_produce_glyphs): Use ASCII_CHAR_P, not
authorKenichi Handa <handa@m17n.org>
Fri, 26 Jul 2002 04:08:30 +0000 (04:08 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 26 Jul 2002 04:08:30 +0000 (04:08 +0000)
commit8093092d28f94d522ee2f5d92da2a9392c0fb17a
treee3d022d420af5e2c37e61410f960e5f8646a25c2
parent40cbb819fa66b8117f05983c26dcd319cfcc7e1d
(x_produce_glyphs): Use ASCII_CHAR_P, not
SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
it->multibyte_p is zero.
(XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
(x_new_fontset): If FONTSETNAME doesn't match any existing
fontsets, create a new one.
(x_get_font_repertory): New function.
src/xterm.c