Mercurial > emacs
changeset 375:7665331b1d5d
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 06 Aug 1991 00:38:26 +0000 |
parents | fe53e897c427 |
children | 83d02d436296 |
files | src/emacs.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */