# HG changeset patch # User Jason Rumney # Date 952181445 0 # Node ID acba8d7b819b5b5fffbcae86ec1298a04e870794 # Parent 350224e0efe6606b3805324456a44f6272dc4327 [HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces. diff -r 350224e0efe6 -r acba8d7b819b src/emacs.c --- a/src/emacs.c Sat Mar 04 14:49:36 2000 +0000 +++ b/src/emacs.c Sat Mar 04 14:50:45 2000 +0000 @@ -1092,9 +1092,7 @@ function creates Vterminal_frame. Termcap frames now use faces, and the face implementation uses some symbols as face names. */ -#ifndef HAVE_NTGUI syms_of_xfaces (); -#endif init_window_once (); /* Init the window system */ init_fileio_once (); /* Must precede any path manipulation. */ @@ -1368,7 +1366,6 @@ #ifdef HAVE_NTGUI syms_of_w32term (); syms_of_w32fns (); - syms_of_w32faces (); syms_of_w32select (); syms_of_w32menu (); syms_of_fontset ();