* emacs.c (main): Correct spelling of HAVE_X_WINDOW to
authorJim Blandy <jimb@redhat.com>
Fri, 23 Oct 1992 20:40:04 +0000 (20:40 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 23 Oct 1992 20:40:04 +0000 (20:40 +0000)
HAVE_X_WINDOWS in conditionals around the call to syms_of_xmenu.

src/emacs.c

index b5650e3..14c803f 100644 (file)
@@ -540,7 +540,7 @@ main (argc, argv, envp)
 #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 */