aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index c0bec6b793c..ac4f391681a 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -547,6 +547,7 @@ main (argc, argv, envp)
547#ifdef HAVE_X_WINDOWS 547#ifdef HAVE_X_WINDOWS
548 syms_of_xterm (); 548 syms_of_xterm ();
549 syms_of_xfns (); 549 syms_of_xfns ();
550 syms_of_xfaces ();
550#ifdef HAVE_X11 551#ifdef HAVE_X11
551 syms_of_xselect (); 552 syms_of_xselect ();
552#endif 553#endif