diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||
| 679 | of 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 |
| 679 | process filter, sentinel, etc., through keyword arguments (similar to | 683 | process filter, sentinel, etc., through keyword arguments (similar to |