diff options
author | Jason Rumney <jasonr@gnu.org> | 2000-03-04 14:50:45 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2000-03-04 14:50:45 +0000 |
commit | 00150e8a22b200eb6e18c39a177aef8b9162ed9d (patch) | |
tree | 1951ec49e41a21b4d31291087db077b4f95dccf2 /src/emacs.c | |
parent | 1eb156f0a2cbb1aface7939501877829bc16eece (diff) | |
download | emacs-00150e8a22b200eb6e18c39a177aef8b9162ed9d.tar.gz |
[HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 3 |
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) 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 (); |