(main_1): Setup symbols and variable about concord if HAVE_CONCORD is
authortomo <tomo>
Tue, 27 Dec 2005 08:59:39 +0000 (08:59 +0000)
committertomo <tomo>
Tue, 27 Dec 2005 08:59:39 +0000 (08:59 +0000)
defined.

src/emacs.c

index 2331bb9..87c77c4 100644 (file)
@@ -1589,6 +1589,10 @@ main_1 (int argc, char **argv, char **envp, int restart)
       syms_of_postgresql ();
 #endif
 
+#ifdef HAVE_CONCORD
+      syms_of_concord ();
+#endif
+
       /* Now create the subtypes for the types that have them.
         We do this before the vars_*() because more symbols
         may get initialized here. */
@@ -2044,6 +2048,10 @@ main_1 (int argc, char **argv, char **envp, int restart)
       vars_of_postgresql();
 #endif
 
+#ifdef HAVE_CONCORD
+      vars_of_concord ();
+#endif
+
 #ifdef HAVE_GPM
       vars_of_gpmevent ();
 #endif