aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 */