]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_encode_char): For DIM=1 charset, set ccl->reg[2] to
authorKenichi Handa <handa@m17n.org>
Tue, 1 Oct 2002 06:32:55 +0000 (06:32 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 1 Oct 2002 06:32:55 +0000 (06:32 +0000)
-1 before calling ccl_driver.

src/ChangeLog
src/xterm.c

index 468e1d64f7334e431d1630799556b0db772b3dbe..e439c7e0f0984ff87b8a68b1fa01eb173ccd2350 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-30  Kenichi Handa  <handa@m17n.org>
+
+       * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
+       -1 before calling ccl_driver.
+
 2002-09-30  Francesco Potorti`  <pot@gnu.org>
 
        * regex.h (__restrict_arr): Do not redefine it if already defined.
index 457c55c8fd57ef57ff305925c6b17fd4710ecbed..8f643c1b3bd678509f0c8dc247d3641d4145e84d 100644 (file)
@@ -1259,6 +1259,7 @@ x_encode_char (c, char2b, font_info)
        {
          ccl->reg[0] = charset;
          ccl->reg[1] = char2b->byte2;
+         ccl->reg[2] = -1;
        }
       else
        {