]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_encode_char): Call check_ccl_update in advance.
authorKenichi Handa <handa@m17n.org>
Fri, 27 May 2005 11:28:30 +0000 (11:28 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 27 May 2005 11:28:30 +0000 (11:28 +0000)
src/xterm.c

index 74e82735b6fe074cfc726523b801883d823c0feb..4f9081425f327c6b182ed76cf449e98ef0f68067 100644 (file)
@@ -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;