]> git.eshelyaron.com Git - emacs.git/commit
Make 'delete-process' into a command
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 7 May 2022 16:21:29 +0000 (18:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 7 May 2022 16:21:29 +0000 (18:21 +0200)
commitfc0bd6057c676b9945aa739dd9365a350ca5acef
tree70e4587f7fa5831b82b414eb4b64b9ea395d5daf
parent2e461ab2dcb407c868a38d833f38815c17a28c5a
Make 'delete-process' into a command

* doc/lispref/processes.texi (Deleting Processes): Document
missing PROCESS value.
* src/process.c (Fdelete_process): Allow calling interactively
(bug#10107).
doc/lispref/processes.texi
etc/NEWS
src/process.c