summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2008-06-08 08:59:47 +0000
committerAndreas Schwab <schwab@suse.de>2008-06-08 08:59:47 +0000
commit01ef9d3692c4c30f331691a94f509a0b7c31a482 (patch)
tree0f5ea1205fa2f75ed856837a35cfc59225bc59a4 /src/emacs.c
parent73f60406a53b36431d1e6142f7d32b36fea0157d (diff)
downloademacs-01ef9d3692c4c30f331691a94f509a0b7c31a482.tar.gz
* Makefile.in (obj): Always add menu.o
* emacs.c (main): Always call syms_of_menu. * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 92ba9978c4b..517b39e828d 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1607,9 +1607,7 @@ main (argc, argv
#endif
#endif /* HAVE_X_WINDOWS */
-#ifdef HAVE_X_WINDOWS
syms_of_menu ();
-#endif
#ifndef HAVE_NTGUI
#ifndef MAC_OS