Mercurial > emacs
changeset 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 | 7fa9627e0e9e |
children | 9320c2f4f351 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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. */