projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0bdb3
)
(main): Call syms_of_menu.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 8 Jun 2008 04:37:19 +0000
(
04:37
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 8 Jun 2008 04:37:19 +0000
(
04:37
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 7873a7eaae493c77f43a4f5cd63281c46628c4ca..92ba9978c4b40d0713ccce21ce03d45629dbb319 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1607,6
+1607,10
@@
main (argc, argv
#endif
#endif /* HAVE_X_WINDOWS */
+#ifdef HAVE_X_WINDOWS
+ syms_of_menu ();
+#endif
+
#ifndef HAVE_NTGUI
#ifndef MAC_OS
/* Called before init_window_once for Mac OS Classic. */