diff options
author | Andreas Schwab <schwab@suse.de> | 2008-06-08 08:59:47 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2008-06-08 08:59:47 +0000 |
commit | 01ef9d3692c4c30f331691a94f509a0b7c31a482 (patch) | |
tree | 0f5ea1205fa2f75ed856837a35cfc59225bc59a4 /src/emacs.c | |
parent | 73f60406a53b36431d1e6142f7d32b36fea0157d (diff) | |
download | emacs-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.c | 2 |
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 |