summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-10-23 20:40:04 +0000
committerJim Blandy <jimb@redhat.com>1992-10-23 20:40:04 +0000
commit55b0b31972975be6d7dfbcd11efbfcbfd97026ab (patch)
tree664ea71119d0b2b0f076f035425cc726cb6f6fff /src/emacs.c
parent6861ad22b2fbbbd386138e5d0c56f8eadf485c51 (diff)
downloademacs-55b0b31972975be6d7dfbcd11efbfcbfd97026ab.tar.gz
emacs-55b0b31972975be6d7dfbcd11efbfcbfd97026ab.tar.bz2
emacs-55b0b31972975be6d7dfbcd11efbfcbfd97026ab.zip
* emacs.c (main): Correct spelling of HAVE_X_WINDOW to
HAVE_X_WINDOWS in conditionals around the call to syms_of_xmenu.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index b5650e356e7..14c803f2b39 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -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 */