aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 43af2c90549..e966270f4bb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3271,7 +3271,13 @@ and modify elements on this property list.
3271The new low-level functions process-plist and set-process-plist are 3271The new low-level functions process-plist and set-process-plist are
3272used to access and replace the entire property list of a process. 3272used to access and replace the entire property list of a process.
3273 3273
3274??? 3274*** Function accept-process-output now has an optional fourth arg
3275`just-this-one'. If non-nil, only output from the specified process
3276is handled, suspending output from other processes. If value is an
3277integer, also inhibit running timers. This feature is generally not
3278recommended, but may be necessary for specific applications, such as
3279speech synthesis.
3280
3275*** Adaptive read buffering of subprocess output. 3281*** Adaptive read buffering of subprocess output.
3276 3282
3277On some systems, when emacs reads the output from a subprocess, the 3283On some systems, when emacs reads the output from a subprocess, the