Mercurial > emacs
diff src/xterm.c @ 89379:e29bc0557851
(x_encode_char): Call ccl_driver with the last arg Qnil.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 31 Jan 2003 06:09:27 +0000 |
parents | 66640ed1aeae |
children | b93d02d6a69e |
line wrap: on
line diff
--- a/src/xterm.c Fri Jan 31 06:08:43 2003 +0000 +++ b/src/xterm.c Fri Jan 31 06:09:27 2003 +0000 @@ -1259,7 +1259,7 @@ 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. */