# HG changeset patch # User Jim Blandy # Date 681439106 0 # Node ID 7665331b1d5d63fe50693e823fefc51657b6d104 # Parent fe53e897c42783c3d925144d40b2134fe6ed37d4 *** empty log message *** diff -r fe53e897c427 -r 7665331b1d5d src/emacs.c --- a/src/emacs.c Mon Aug 05 22:46:55 1991 +0000 +++ b/src/emacs.c Tue Aug 06 00:38:26 1991 +0000 @@ -506,7 +506,11 @@ 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 */