Mercurial > hg > xemacs-beta
comparison src/redisplay-x.c @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | abe6d1db359e |
children | 3078fd1074e8 |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
163 runs_so_far++; | 163 runs_so_far++; |
164 prev_charset = charset; | 164 prev_charset = charset; |
165 #ifdef MULE | 165 #ifdef MULE |
166 { | 166 { |
167 Lisp_Object ccl_prog = XCHARSET_CCL_PROGRAM (charset); | 167 Lisp_Object ccl_prog = XCHARSET_CCL_PROGRAM (charset); |
168 need_ccl_conversion = !NILP (ccl_prog); | 168 if ((!NILP (ccl_prog)) |
169 if (need_ccl_conversion) | 169 && (setup_ccl_program (&char_converter, ccl_prog) >= 0)) |
170 setup_ccl_program (&char_converter, ccl_prog); | 170 need_ccl_conversion = 1; |
171 } | 171 } |
172 #endif | 172 #endif |
173 } | 173 } |
174 | 174 |
175 if (graphic == 0) | 175 if (graphic == 0) |