From: Kenichi Handa Date: Fri, 31 Jan 2003 06:08:43 +0000 (+0000) Subject: (w32_encode_char): Call ccl_driver with the last arg Qnil. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1a92b9199e1e6fbafcfb864f52747dcb7b77b11;p=emacs.git (w32_encode_char): Call ccl_driver with the last arg Qnil. --- diff --git a/src/w32term.c b/src/w32term.c index 222bc96a35b..8241be623d8 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -1432,7 +1432,7 @@ w32_encode_char (c, char2b, font_info, two_byte_p) ccl->reg[2] = BYTE2 (*char2b); } - ccl_driver (ccl, NULL, NULL, 0, 0, NULL); + ccl_driver (ccl, NULL, NULL, 0, 0, NULL, Qnil); /* We assume that MSBs are appropriately set/reset by CCL program. */