]> git.eshelyaron.com Git - emacs.git/commit
Only do async DNS if requested with :nowait 'dns
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 5 Feb 2016 02:57:28 +0000 (13:57 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 5 Feb 2016 02:57:28 +0000 (13:57 +1100)
commitc85e7d4c8c899c01d6b4a393512bab295ef635c1
treefc778b2e9774b4d8a518044723db18d79331b9fb
parente4c58cf3feb853f2808204e85529d9365b31a6b4
Only do async DNS if requested with :nowait 'dns

* doc/lispref/processes.texi (Network Processes): Mention the
dns value of :nowait.

* src/process.c (Fmake_network_process): Only do async DNS if
:nowait is `dns'.
doc/lispref/processes.texi
lisp/net/network-stream.el
src/process.c