aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-01-31 06:08:43 +0000
committerKenichi Handa2003-01-31 06:08:43 +0000
commitb1a92b9199e1e6fbafcfb864f52747dcb7b77b11 (patch)
treeb87e02502f12791d5603d42b7c442127d2731ad4 /src
parent30959a42093a8a85945ab58cc1ad7303fbfd5282 (diff)
downloademacs-b1a92b9199e1e6fbafcfb864f52747dcb7b77b11.tar.gz
emacs-b1a92b9199e1e6fbafcfb864f52747dcb7b77b11.zip
(w32_encode_char): Call ccl_driver with the last arg Qnil.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
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)
1432 ccl->reg[2] = BYTE2 (*char2b); 1432 ccl->reg[2] = BYTE2 (*char2b);
1433 } 1433 }
1434 1434
1435 ccl_driver (ccl, NULL, NULL, 0, 0, NULL); 1435 ccl_driver (ccl, NULL, NULL, 0, 0, NULL, Qnil);
1436 1436
1437 /* We assume that MSBs are appropriately set/reset by CCL 1437 /* We assume that MSBs are appropriately set/reset by CCL
1438 program. */ 1438 program. */