[HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces.
authorJason Rumney <jasonr@gnu.org>
Sat, 4 Mar 2000 14:50:45 +0000 (14:50 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 4 Mar 2000 14:50:45 +0000 (14:50 +0000)
src/emacs.c

index ae4bc3f..1c4e3d0 100644 (file)
@@ -1092,9 +1092,7 @@ main (argc, argv, envp)
         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 @@ main (argc, argv, envp)
 #ifdef HAVE_NTGUI
       syms_of_w32term ();
       syms_of_w32fns ();
-      syms_of_w32faces ();
       syms_of_w32select ();
       syms_of_w32menu ();
       syms_of_fontset ();