# HG changeset patch # User Richard M. Stallman # Date 865056776 0 # Node ID b0aa97f95c056fed44f00be1ba699a034460fa3f # Parent fff99dc53d8180d5efcaed300d4076812f5fe6dd (main): Call syms_of_xfaces whenever ! HAVE_NTGUI. diff -r fff99dc53d81 -r b0aa97f95c05 src/emacs.c --- 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