aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-01-31 06:09:27 +0000
committerKenichi Handa2003-01-31 06:09:27 +0000
commitd8d032b87c1b3a3ab366893d04b23b926fa7a52b (patch)
tree7d2f1ea4d83727b16c700b7420060ed30d698457 /src
parentb1a92b9199e1e6fbafcfb864f52747dcb7b77b11 (diff)
downloademacs-d8d032b87c1b3a3ab366893d04b23b926fa7a52b.tar.gz
emacs-d8d032b87c1b3a3ab366893d04b23b926fa7a52b.zip
(x_encode_char): Call ccl_driver with the last arg Qnil.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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)
1259 ccl->reg[2] = char2b->byte2; 1259 ccl->reg[2] = char2b->byte2;
1260 } 1260 }
1261 1261
1262 ccl_driver (ccl, NULL, NULL, 0, 0); 1262 ccl_driver (ccl, NULL, NULL, 0, 0, Qnil);
1263 1263
1264 /* We assume that MSBs are appropriately set/reset by CCL 1264 /* We assume that MSBs are appropriately set/reset by CCL
1265 program. */ 1265 program. */