aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index ba5c64a1525..f8331848632 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1918,8 +1918,8 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
1918 syms_of_fontset (); 1918 syms_of_fontset ();
1919#endif /* HAVE_NS */ 1919#endif /* HAVE_NS */
1920#ifdef HAVE_PGTK 1920#ifdef HAVE_PGTK
1921 syms_of_pgtkterm(); 1921 syms_of_pgtkterm ();
1922 syms_of_pgtkfns(); 1922 syms_of_pgtkfns ();
1923 syms_of_pgtkselect (); 1923 syms_of_pgtkselect ();
1924 syms_of_pgtkmenu (); 1924 syms_of_pgtkmenu ();
1925 syms_of_pgtkim (); 1925 syms_of_pgtkim ();