Mercurial > hg > xemacs-beta
comparison src/redisplay-msw.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 | 5fd7ba8b56e7 |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
132 runs_so_far++; | 132 runs_so_far++; |
133 prev_charset = charset; | 133 prev_charset = charset; |
134 #ifdef MULE | 134 #ifdef MULE |
135 { | 135 { |
136 Lisp_Object ccl_prog = XCHARSET_CCL_PROGRAM (charset); | 136 Lisp_Object ccl_prog = XCHARSET_CCL_PROGRAM (charset); |
137 need_ccl_conversion = !NILP (ccl_prog); | 137 if ((!NILP (ccl_prog)) |
138 if (need_ccl_conversion) | 138 && (setup_ccl_program (&char_converter, ccl_prog) >= 0)) |
139 setup_ccl_program (&char_converter, ccl_prog); | 139 need_ccl_conversion = 1; |
140 } | 140 } |
141 #endif | 141 #endif |
142 } | 142 } |
143 | 143 |
144 if (graphic == 0) | 144 if (graphic == 0) |