diff src/emacs.c @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 1f0dabaa0855
children 6c0ae1f9357f
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 13 10:07:42 2007 +0200
+++ b/src/emacs.c	Mon Aug 13 10:08:34 2007 +0200
@@ -910,10 +910,6 @@
       syms_of_btl ();
 #endif
 
-#ifdef ENERGIZE
-      syms_of_energize ();
-#endif
-
 #if defined (GNU_MALLOC) && defined (ERROR_CHECK_MALLOC)
 #if 0
       syms_of_free_hook ();
@@ -1228,10 +1224,6 @@
 #endif /* HAVE_CANNA */
 #endif /* MULE */
 
-#ifdef ENERGIZE
-      vars_of_energize ();
-#endif
-
 #ifdef TOOLTALK
       vars_of_tooltalk ();
 #endif
@@ -1319,11 +1311,6 @@
       /* This calls allocate_glyph(). */
       complex_vars_of_frame ();
 
-      /* Depends on hashtables. */
-#ifdef ENERGIZE
-      complex_vars_of_energize ();
-#endif
-
       /* This calls Fcopy_category_table() under Mule, which calls who
          knows what. */
       complex_vars_of_chartab ();