# HG changeset patch # User Jim Blandy # Date 719872804 0 # Node ID 59b6f3d6aa260a562d1738020c995710e84a40de # Parent 2e29ad2afc42e574fd518872439044785798d779 * emacs.c (main): Correct spelling of HAVE_X_WINDOW to HAVE_X_WINDOWS in conditionals around the call to syms_of_xmenu. diff -r 2e29ad2afc42 -r 59b6f3d6aa26 src/emacs.c --- a/src/emacs.c Fri Oct 23 11:06:14 1992 +0000 +++ b/src/emacs.c Fri Oct 23 20:40:04 1992 +0000 @@ -540,7 +540,7 @@ #ifdef HAVE_X11 syms_of_xselect (); #endif -#ifdef HAVE_X_WINDOW +#ifdef HAVE_X_WINDOWS #ifndef NO_X_MENU syms_of_xmenu (); #endif /* not NO_X_MENU */