Mercurial > emacs
changeset 89378:7fa9627e0e9e
(w32_encode_char): Call ccl_driver with the last arg Qnil.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 31 Jan 2003 06:08:43 +0000 |
parents | b185a90cd78f |
children | e29bc0557851 |
files | src/w32term.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Thu Jan 30 02:28:24 2003 +0000 +++ b/src/w32term.c Fri Jan 31 06:08:43 2003 +0000 @@ -1432,7 +1432,7 @@ 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. */