diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-09-15 13:12:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-09-15 13:12:48 +0000 |
commit | 8e7b36c294e420c0ede38e56cf24c65887bef815 (patch) | |
tree | db840d7767f855f29fe48f1cafbcebb3b6923135 /src/emacs.c | |
parent | cf107ffb4f8f81e912d2e81e264421d135527a64 (diff) | |
download | emacs-8e7b36c294e420c0ede38e56cf24c65887bef815.tar.gz |
(main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
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 9ee09d76f7d..bcba251f8c7 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1624,14 +1624,12 @@ main (argc, argv #endif #endif /* HAVE_X_WINDOWS */ -#ifdef HAVE_MENUS #ifndef HAVE_NTGUI #ifndef MAC_OS /* Called before init_window_once for Mac OS Classic. */ syms_of_xmenu (); #endif #endif -#endif #ifdef HAVE_NTGUI syms_of_w32term (); |