changeset 18062:b0aa97f95c05

(main): Call syms_of_xfaces whenever ! HAVE_NTGUI.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 May 1997 05:32:56 +0000
parents fff99dc53d81
children 89a58c1d8d2c
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Sat May 31 05:31:42 1997 +0000
+++ b/src/emacs.c	Sat May 31 05:32:56 1997 +0000
@@ -1017,18 +1017,14 @@
 #ifdef HAVE_X_WINDOWS
       syms_of_xterm ();
       syms_of_xfns ();
-      syms_of_xfaces ();
       syms_of_fontset ();
 #ifdef HAVE_X11
       syms_of_xselect ();
 #endif
 #endif /* HAVE_X_WINDOWS */
 
-#if defined (MSDOS) && !defined (HAVE_X_WINDOWS)
+#ifndef HAVE_NTGUI
       syms_of_xfaces ();
-#endif
-
-#ifndef HAVE_NTGUI
       syms_of_xmenu ();
 #endif