aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-06-08 04:37:19 +0000
committerChong Yidong2008-06-08 04:37:19 +0000
commit4e77ce60842416fc4e05def49eebfece85de0d0a (patch)
tree9e01375e85140d7162df4cc41eea45e37e8fbfa5 /src
parentfc0bdb33300620e5ce20b1feec99fa42c38ac34f (diff)
downloademacs-4e77ce60842416fc4e05def49eebfece85de0d0a.tar.gz
emacs-4e77ce60842416fc4e05def49eebfece85de0d0a.zip
(main): Call syms_of_menu.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c4
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. */