aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 80c664fc0ce..8ee6db66a56 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -674,6 +674,10 @@ word syntax, use `\sw' instead.
674 674
675* Lisp Changes in Emacs 25.1 675* Lisp Changes in Emacs 25.1
676 676
677** New process type `pipe', which can be used in combination with the
678`:stderr' keyword of make-process to handle standard error output
679of subprocess.
680
677** New function `make-process' provides an alternative interface to 681** New function `make-process' provides an alternative interface to
678`start-process'. It allows programs to set process parameters such as 682`start-process'. It allows programs to set process parameters such as
679process filter, sentinel, etc., through keyword arguments (similar to 683process filter, sentinel, etc., through keyword arguments (similar to