summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2005-05-27 11:28:30 +0000
committerKenichi Handa <handa@m17n.org>2005-05-27 11:28:30 +0000
commitd8752c9ec0de92e270f5b6c8178d6bde15c10028 (patch)
treebb82fb2277be4660743ea92f2b23e45d4b4089d2 /src
parent2a69c66e3ab906db41a40bbe452db563335cb6ab (diff)
downloademacs-d8752c9ec0de92e270f5b6c8178d6bde15c10028.tar.gz
(x_encode_char): Call check_ccl_update in advance.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 74e82735b6f..4f9081425f3 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -904,6 +904,7 @@ x_encode_char (c, char2b, font_info, two_byte_p)
/* It's a program. */
struct ccl_program *ccl = font_info->font_encoder;
+ check_ccl_update (ccl);
if (CHARSET_DIMENSION (charset) == 1)
{
ccl->reg[0] = charset;