Mercurial > hg > xemacs-beta
comparison src/mule-charset.c @ 510:5bdbc721d46a
[xemacs-hg @ 2001-05-06 08:33:35 by ben]
implement printing the selection when it's selected.
force redisplay when set-charset-ccl-program called.
if bytecomp or byte-optimize need recompiling, then load
the .el version of them first, recompile them, and reload
the .elc versions to recompile everything else (so we won't
be waiting until the cows come home).
author | ben |
---|---|
date | Sun, 06 May 2001 08:33:41 +0000 |
parents | 3d3049ae1304 |
children | 1c3b60121364 |
comparison
equal
deleted
inserted
replaced
509:68eb53e4b7e5 | 510:5bdbc721d46a |
---|---|
1018 | 1018 |
1019 charset = Fget_charset (charset); | 1019 charset = Fget_charset (charset); |
1020 if (setup_ccl_program (&test_ccl, ccl_program) < 0) | 1020 if (setup_ccl_program (&test_ccl, ccl_program) < 0) |
1021 signal_simple_error ("Invalid ccl-program", ccl_program); | 1021 signal_simple_error ("Invalid ccl-program", ccl_program); |
1022 XCHARSET_CCL_PROGRAM (charset) = ccl_program; | 1022 XCHARSET_CCL_PROGRAM (charset) = ccl_program; |
1023 face_property_was_changed (Vdefault_face, Qfont, Qglobal); | |
1023 return Qnil; | 1024 return Qnil; |
1024 } | 1025 } |
1025 | 1026 |
1026 static void | 1027 static void |
1027 invalidate_charset_font_caches (Lisp_Object charset) | 1028 invalidate_charset_font_caches (Lisp_Object charset) |