]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Tue, 6 Aug 1991 00:38:26 +0000 (00:38 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 6 Aug 1991 00:38:26 +0000 (00:38 +0000)
src/emacs.c

index cbdc2a2f7480c2a86e36d22b6aa605a394607158..97c0b20e5fae30d4f8db421c2b7dacff14088d34 100644 (file)
@@ -506,7 +506,11 @@ main (argc, argv, envp)
       syms_of_window ();
       syms_of_xdisp ();
 #ifdef HAVE_X_WINDOWS
+      syms_of_xterm ();
       syms_of_xfns ();
+#ifdef HAVE_X11
+      syms_of_xselect ();
+#endif
 #ifdef HAVE_X_MENU
       syms_of_xmenu ();
 #endif /* HAVE_X_MENU */