Mercurial > hg > xemacs-beta
diff src/mule-ccl.c @ 347:7c94d56991e1 r21-1-3
Import from CVS: tag r21-1-3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:53:48 +0200 |
parents | 90d73dddcdc4 |
children | cc15677e0335 |
line wrap: on
line diff
--- a/src/mule-ccl.c Mon Aug 13 10:53:20 2007 +0200 +++ b/src/mule-ccl.c Mon Aug 13 10:53:48 2007 +0200 @@ -1097,6 +1097,14 @@ void syms_of_mule_ccl (void) { + DEFSUBR (Fccl_execute); + DEFSUBR (Fccl_execute_on_string); + DEFSUBR (Fregister_ccl_program); +} + +void +vars_of_mule_ccl (void) +{ staticpro (&Vccl_program_table); Vccl_program_table = Fmake_vector (make_int (32), Qnil); @@ -1113,10 +1121,6 @@ If the font is single-byte font, the register R2 is not used. */ ); Vfont_ccl_encoder_alist = Qnil; - - DEFSUBR (Fccl_execute); - DEFSUBR (Fccl_execute_on_string); - DEFSUBR (Fregister_ccl_program); } #endif /* emacs */