diff src/symsinit.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 8e84bee8ddd0
children 8626e4521993
line wrap: on
line diff
--- a/src/symsinit.h	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/symsinit.h	Mon Aug 13 11:03:08 2007 +0200
@@ -98,7 +98,6 @@
 void syms_of_gui_x (void);
 void syms_of_gui (void);
 void syms_of_indent (void);
-void syms_of_input_method_xlib (void);
 void syms_of_intl (void);
 void syms_of_keymap (void);
 void syms_of_lread (void);
@@ -113,9 +112,8 @@
 void syms_of_mule_canna (void);
 void syms_of_mule_ccl (void);
 void syms_of_mule_charset (void);
-void syms_of_file_coding (void);
+void syms_of_mule_coding (void);
 void syms_of_mule_wnn (void);
-void syms_of_ntproc (void);
 void syms_of_objects_tty (void);
 void syms_of_objects_x (void);
 void syms_of_objects_mswindows (void);
@@ -200,7 +198,7 @@
 /* Initialize the lstream types (dump-time only). */
 
 void lstream_type_create (void);
-void lstream_type_create_file_coding (void);
+void lstream_type_create_mule_coding (void);
 void lstream_type_create_print (void);
 void lstream_type_create_mswindows_selectable (void);
 
@@ -222,7 +220,6 @@
 void vars_of_bytecode (void);
 void vars_of_callint (void);
 void vars_of_callproc (void);
-void vars_of_chartab (void);
 void vars_of_cmdloop (void);
 void vars_of_cmds (void);
 void vars_of_console (void);
@@ -283,11 +280,9 @@
 void vars_of_minibuf (void);
 void vars_of_mule (void);
 void vars_of_mule_canna (void);
-void vars_of_mule_ccl(void);
 void vars_of_mule_charset (void);
-void vars_of_file_coding (void);
+void vars_of_mule_coding (void);
 void vars_of_mule_wnn (void);
-void vars_of_ntproc (void);
 void vars_of_objects (void);
 void vars_of_objects_tty (void);
 void vars_of_objects_mswindows (void);
@@ -334,7 +329,7 @@
 void complex_vars_of_extents (void);
 void complex_vars_of_faces (void);
 void complex_vars_of_mule_charset (void);
-void complex_vars_of_file_coding (void);
+void complex_vars_of_mule_coding (void);
 void complex_vars_of_glyphs (void);
 void complex_vars_of_glyphs_x (void);
 void complex_vars_of_glyphs_mswindows (void);