aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1991-08-06 00:38:26 +0000
committerJim Blandy1991-08-06 00:38:26 +0000
commit72412588f57bd31a6aa4d7ae628fcd4c356efe52 (patch)
tree27bcd8de252d08834d5c0b7881a905a005eae8d4 /src
parent67dbf5b0de22df451a1187766cae66b677d180f2 (diff)
downloademacs-72412588f57bd31a6aa4d7ae628fcd4c356efe52.tar.gz
emacs-72412588f57bd31a6aa4d7ae628fcd4c356efe52.zip
*** empty log message ***
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 cbdc2a2f748..97c0b20e5fa 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -506,7 +506,11 @@ main (argc, argv, envp)
506 syms_of_window (); 506 syms_of_window ();
507 syms_of_xdisp (); 507 syms_of_xdisp ();
508#ifdef HAVE_X_WINDOWS 508#ifdef HAVE_X_WINDOWS
509 syms_of_xterm ();
509 syms_of_xfns (); 510 syms_of_xfns ();
511#ifdef HAVE_X11
512 syms_of_xselect ();
513#endif
510#ifdef HAVE_X_MENU 514#ifdef HAVE_X_MENU
511 syms_of_xmenu (); 515 syms_of_xmenu ();
512#endif /* HAVE_X_MENU */ 516#endif /* HAVE_X_MENU */