]> git.eshelyaron.com Git - emacs.git/commit
Extend process-lines to allow exit status handling
authorPeder O. Klingenberg <peder@klingenberg.no>
Sat, 19 Sep 2020 22:16:36 +0000 (00:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 19 Sep 2020 22:16:36 +0000 (00:16 +0200)
commita2be81780ef466f6007a8a5ec909106c5f8aebf0
tree128e367528a73cf06d3835459492ec8a8ef276a0
parenteda48b6fed851a14e183c38b737c5bc3992862c4
Extend process-lines to allow exit status handling

* subr.el (process-lines-handling-status): Extension of the old
process-lines, with more flexible handling of the exit status.
(process-lines): Old API implemented using the new function.
(process-lines-ignore-status): Another use of the new function -
return the output lines regardless of the exit status (bug#1321).
doc/lispref/processes.texi
etc/NEWS
lisp/subr.el