]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_encode_char): Call ccl_driver with the last arg Qnil.
authorKenichi Handa <handa@m17n.org>
Fri, 31 Jan 2003 06:09:27 +0000 (06:09 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 31 Jan 2003 06:09:27 +0000 (06:09 +0000)
src/xterm.c

index 9245c66bec316365662a690dc5dae4a92b5caf33..d878d6cce860410222045e22285dab2d5186e520 100644 (file)
@@ -1259,7 +1259,7 @@ x_encode_char (c, char2b, font_info, charset)
          ccl->reg[2] = char2b->byte2;
        }
       
-      ccl_driver (ccl, NULL, NULL, 0, 0);
+      ccl_driver (ccl, NULL, NULL, 0, 0, Qnil);
       
       /* We assume that MSBs are appropriately set/reset by CCL
         program.  */