1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
emacs/doc
Philipp Stephani 5c5e309527 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.
2019-04-19 14:03:16 +02:00
..
emacs Merge from origin/emacs-26 2019-04-17 09:32:40 -07:00
lispintro Merge from origin/emacs-26 2019-03-09 10:07:46 -08:00
lispref Remove :stop key from make-process. 2019-04-19 14:03:16 +02:00
man Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
misc * doc/misc/tramp.texi: Fix direntry. 2019-04-15 09:35:31 +02:00