aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2000-03-04 14:50:45 +0000
committerJason Rumney2000-03-04 14:50:45 +0000
commit00150e8a22b200eb6e18c39a177aef8b9162ed9d (patch)
tree1951ec49e41a21b4d31291087db077b4f95dccf2 /src
parent1eb156f0a2cbb1aface7939501877829bc16eece (diff)
downloademacs-00150e8a22b200eb6e18c39a177aef8b9162ed9d.tar.gz
emacs-00150e8a22b200eb6e18c39a177aef8b9162ed9d.zip
[HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c
index ae4bc3f44da..1c4e3d0423a 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1092,9 +1092,7 @@ main (argc, argv, envp)
1092 function creates Vterminal_frame. Termcap frames now use 1092 function creates Vterminal_frame. Termcap frames now use
1093 faces, and the face implementation uses some symbols as 1093 faces, and the face implementation uses some symbols as
1094 face names. */ 1094 face names. */
1095#ifndef HAVE_NTGUI
1096 syms_of_xfaces (); 1095 syms_of_xfaces ();
1097#endif
1098 1096
1099 init_window_once (); /* Init the window system */ 1097 init_window_once (); /* Init the window system */
1100 init_fileio_once (); /* Must precede any path manipulation. */ 1098 init_fileio_once (); /* Must precede any path manipulation. */
@@ -1368,7 +1366,6 @@ main (argc, argv, envp)
1368#ifdef HAVE_NTGUI 1366#ifdef HAVE_NTGUI
1369 syms_of_w32term (); 1367 syms_of_w32term ();
1370 syms_of_w32fns (); 1368 syms_of_w32fns ();
1371 syms_of_w32faces ();
1372 syms_of_w32select (); 1369 syms_of_w32select ();
1373 syms_of_w32menu (); 1370 syms_of_w32menu ();
1374 syms_of_fontset (); 1371 syms_of_fontset ();