From: Kenichi Handa Date: Fri, 31 Jan 2003 06:09:27 +0000 (+0000) Subject: (x_encode_char): Call ccl_driver with the last arg Qnil. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8d032b87c1b3a3ab366893d04b23b926fa7a52b;p=emacs.git (x_encode_char): Call ccl_driver with the last arg Qnil. --- diff --git a/src/xterm.c b/src/xterm.c index 9245c66bec3..d878d6cce86 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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. */