diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 7873a7eaae4..92ba9978c4b 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1607,6 +1607,10 @@ main (argc, argv | |||
| 1607 | #endif | 1607 | #endif |
| 1608 | #endif /* HAVE_X_WINDOWS */ | 1608 | #endif /* HAVE_X_WINDOWS */ |
| 1609 | 1609 | ||
| 1610 | #ifdef HAVE_X_WINDOWS | ||
| 1611 | syms_of_menu (); | ||
| 1612 | #endif | ||
| 1613 | |||
| 1610 | #ifndef HAVE_NTGUI | 1614 | #ifndef HAVE_NTGUI |
| 1611 | #ifndef MAC_OS | 1615 | #ifndef MAC_OS |
| 1612 | /* Called before init_window_once for Mac OS Classic. */ | 1616 | /* Called before init_window_once for Mac OS Classic. */ |