aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index f8331848632..253f5f7ba16 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1917,6 +1917,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
1917 syms_of_nsselect (); 1917 syms_of_nsselect ();
1918 syms_of_fontset (); 1918 syms_of_fontset ();
1919#endif /* HAVE_NS */ 1919#endif /* HAVE_NS */
1920
1920#ifdef HAVE_PGTK 1921#ifdef HAVE_PGTK
1921 syms_of_pgtkterm (); 1922 syms_of_pgtkterm ();
1922 syms_of_pgtkfns (); 1923 syms_of_pgtkfns ();
@@ -1925,7 +1926,6 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
1925 syms_of_pgtkim (); 1926 syms_of_pgtkim ();
1926 syms_of_fontset (); 1927 syms_of_fontset ();
1927 syms_of_xsettings (); 1928 syms_of_xsettings ();
1928 syms_of_xwidget ();
1929#endif 1929#endif
1930 1930
1931 syms_of_gnutls (); 1931 syms_of_gnutls ();