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

src/xterm.c

index d3ec8179aaad0de2dbdb2055a52217fac8b97258..731f94e7e44876275d9e735cfc9618f3cf78bdd6 100644 (file)
@@ -1260,6 +1260,7 @@ x_encode_char (c, char2b, font_info)
        {
          ccl->reg[0] = charset;
          ccl->reg[1] = char2b->byte2;
+         ccl->reg[2] = -1;
        }
       else
        {