diff 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
line wrap: on
line diff
--- a/src/mule-charset.c	Sat May 05 10:53:30 2001 +0000
+++ b/src/mule-charset.c	Sun May 06 08:33:41 2001 +0000
@@ -1020,6 +1020,7 @@
   if (setup_ccl_program (&test_ccl, ccl_program) < 0)
     signal_simple_error ("Invalid ccl-program", ccl_program);
   XCHARSET_CCL_PROGRAM (charset) = ccl_program;
+  face_property_was_changed (Vdefault_face, Qfont, Qglobal);
   return Qnil;
 }