diff options
| author | Kenichi Handa | 2005-05-27 11:28:30 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-05-27 11:28:30 +0000 |
| commit | d8752c9ec0de92e270f5b6c8178d6bde15c10028 (patch) | |
| tree | bb82fb2277be4660743ea92f2b23e45d4b4089d2 /src | |
| parent | 2a69c66e3ab906db41a40bbe452db563335cb6ab (diff) | |
| download | emacs-d8752c9ec0de92e270f5b6c8178d6bde15c10028.tar.gz emacs-d8752c9ec0de92e270f5b6c8178d6bde15c10028.zip | |
(x_encode_char): Call check_ccl_update in advance.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 1 |
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) | |||
| 904 | /* It's a program. */ | 904 | /* It's a program. */ |
| 905 | struct ccl_program *ccl = font_info->font_encoder; | 905 | struct ccl_program *ccl = font_info->font_encoder; |
| 906 | 906 | ||
| 907 | check_ccl_update (ccl); | ||
| 907 | if (CHARSET_DIMENSION (charset) == 1) | 908 | if (CHARSET_DIMENSION (charset) == 1) |
| 908 | { | 909 | { |
| 909 | ccl->reg[0] = charset; | 910 | ccl->reg[0] = charset; |