changeset 1472:59b6f3d6aa26

* emacs.c (main): Correct spelling of HAVE_X_WINDOW to HAVE_X_WINDOWS in conditionals around the call to syms_of_xmenu.
author Jim Blandy <jimb@redhat.com>
date Fri, 23 Oct 1992 20:40:04 +0000
parents 2e29ad2afc42
children 6359d8850fa3
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */