aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index debb7a90df0..1667ed12442 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1464,6 +1464,9 @@ main (argc, argv, envp)
1464 syms_of_xterm (); 1464 syms_of_xterm ();
1465 syms_of_xfns (); 1465 syms_of_xfns ();
1466 syms_of_fontset (); 1466 syms_of_fontset ();
1467#ifdef HAVE_X_SM
1468 syms_of_xsmfns ();
1469#endif
1467#ifdef HAVE_X11 1470#ifdef HAVE_X11
1468 syms_of_xselect (); 1471 syms_of_xselect ();
1469#endif 1472#endif