]> git.eshelyaron.com Git - emacs.git/commit
Remove :stop key from make-process.
authorPhilipp Stephani <phst@google.com>
Fri, 19 Apr 2019 11:03:40 +0000 (13:03 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 19 Apr 2019 12:03:16 +0000 (14:03 +0200)
commit5c5e309527e6b582e2c04b83e7af45f3144863ac
tree0a19797e7e67663915d95b72ea5452c80b5dc552
parent3ff7d7321ac62b1eb896e8a032e7f75f5a6b8146
Remove :stop key from make-process.

This has never worked and caused issues such as Bug#30460.

* src/process.c (Fmake_process): Don't accept :stop key any more.
(syms_of_process): Define needed symbol 'null'.

* test/src/process-tests.el (make-process/stop): New unit test.

* doc/lispref/processes.texi (Asynchronous Processes): Remove :stop
key from manual.
doc/lispref/processes.texi
etc/NEWS
src/process.c
test/src/process-tests.el