]> code.delx.au - gnu-emacs/commit
Remove some #ifdefs and update documentation
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 15 Feb 2016 05:05:14 +0000 (16:05 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 15 Feb 2016 05:05:14 +0000 (16:05 +1100)
commit40155283c380a795c1a0036a31e1b41ed1df0f38
tree2224216352a254fd571fc086e6bf07435e18f817
parent204847702b925b5e2377a0a12278308657674af7
Remove some #ifdefs and update documentation

* doc/lispref/processes.texi (Network Processes): Remove
mention of `dns'.

* lisp/net/network-stream.el (open-network-stream): Remove
mention of `dns'.

* src/process.c (Fset_process_filter)
(Fset_process_window_size, Fprocess_contact)
(Fprocess_datagram_address, Fset_process_datagram_address)
(Fset_network_process_option, Fprocess_send_region)
(Fprocess_send_string, Fset_process_coding_system)
(Fset_process_filter_multibyte): Remove the #ifdef
HAVE_GETADDRINFO_A checks.
(Fprocess_send_string): Wait for TLS negotiation.
(wait_for_tls_negotiation): New function.
(send_process): Remove the TLS boot check.

* src/process.c (Fmake_network_process): Ditto.
doc/lispref/processes.texi
lisp/net/network-stream.el
src/process.c