]> git.eshelyaron.com Git - emacs.git/commit
Explicitly reject :server and :nowait (Bug#31903)
authorNoam Postavsky <npostavs@gmail.com>
Thu, 5 Jul 2018 23:37:28 +0000 (19:37 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 9 Jul 2018 23:39:03 +0000 (19:39 -0400)
commit90d95b000c37f7e85096716db96c4a940436f387
treeb871924ebf8f7ccce224ae5c7b01fdbc7d52403c
parent917158f8c91121572f38d641096e171540d0bac2
Explicitly reject :server and :nowait (Bug#31903)

* src/process.c (Fmake_network_process): Explicitly check for and
signal an error when passed both :server and :nowait non-nil.  In
Emacs 25, :nowait would be ignored in this case, but as of Emacs 26.1
this gives an error, albeit an unclear one.  Also remove obsolete
comment regarding configurations lacking non-blocking mode, the
corresponding code was removed in 2012-11-17 "Assume POSIX 1003.1-1988
or later for fcntl.h."
src/process.c