From: tomo Date: Sun, 24 Oct 2010 17:34:13 +0000 (+0000) Subject: (main_1): Call `complex_vars_of_concord' when HAVE_CONCORD is defined. X-Git-Tag: r21-4-22-chise-0_25-2^20~13 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0138027fde97b8db813765a3021ab74cf81c55aa;p=chise%2Fxemacs-chise.git (main_1): Call `complex_vars_of_concord' when HAVE_CONCORD is defined. --- diff --git a/src/emacs.c b/src/emacs.c index e4335cb..4011db7 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -3,7 +3,7 @@ Free Software Foundation, Inc. Copyright (C) 1995 Sun Microsystems, Inc. Copyright (C) 2000, 2002 Ben Wing. - Copyright (C) 2000,2002,2005,2006 MORIOKA Tomohiko. + Copyright (C) 2000,2002,2005,2006,2010 MORIOKA Tomohiko. This file is part of XEmacs. @@ -2187,6 +2187,11 @@ main_1 (int argc, char **argv, char **envp, int restart) /* Calls make_lisp_hash_table() and creates a keymap */ complex_vars_of_event_stream (); + /* This initializes data-sources of built-in genres */ +#ifdef HAVE_CONCORD + complex_vars_of_concord (); +#endif + #ifdef ERROR_CHECK_GC { extern int always_gc;