Mercurial > emacs
comparison src/w32.c @ 90105:7e3f621f1dd4
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
Move Gnus images into etc/images
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-97
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-105
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15
Update from CVS: lisp/imap.el (imap-log): Doc fix.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16
Merge from emacs--cvs-trunk--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 18 Feb 2005 00:41:50 +0000 |
parents | f3ec05478165 04686828d0da |
children | 01137c1fdbe9 |
comparison
equal
deleted
inserted
replaced
90104:a01e7a9f1659 | 90105:7e3f621f1dd4 |
---|---|
3882 { | 3882 { |
3883 #ifdef HAVE_SOCKETS | 3883 #ifdef HAVE_SOCKETS |
3884 /* shutdown the socket interface if necessary */ | 3884 /* shutdown the socket interface if necessary */ |
3885 term_winsock (); | 3885 term_winsock (); |
3886 #endif | 3886 #endif |
3887 | |
3888 term_w32select (); | |
3887 } | 3889 } |
3888 | 3890 |
3889 void | 3891 void |
3890 init_ntproc () | 3892 init_ntproc () |
3891 { | 3893 { |